API Reference / @evolu/common / Evolu/Protocol / ColumnName

Variable: ColumnName

const ColumnName: BrandType<BrandType<Type<"Brand", string & Brand<"Base64Url"> & Brand<"MaxLength42">, string, MaxLengthError<42>, string & Brand<"Base64Url">, 
  | StringError
  | RegexError<"Base64Url">>, "MinLength1", MinLengthError<1>, 
  | StringError
  | RegexError<"Base64Url">
  | MaxLengthError<42>>, "ColumnName", BrandWithoutRefineError<"ColumnName", 
  | StringError
  | MinLengthError<1>
  | RegexError<"Base64Url">
| MaxLengthError<42>>, never>;

Defined in: packages/common/src/Evolu/Protocol.ts:304

Was this page helpful?