API reference / @evolu/common / Evolu/Internal / DbTable

Variable: DbTable

const DbTable: ObjectType<{
  columns: ArrayType<
    BrandType<
      Type<
        "Brand",
        string & Brand<"Base64Url">,
        string,
        RegexError<"Base64Url">,
        string,
        StringError
      >,
      "MaxLength256",
      MaxLengthError<256>,
      StringError | RegexError<"Base64Url">
    >
  >;
  name: BrandType<
    Type<
      "Brand",
      string & Brand<"Base64Url">,
      string,
      RegexError<"Base64Url">,
      string,
      StringError
    >,
    "MaxLength256",
    MaxLengthError<256>,
    StringError | RegexError<"Base64Url">
  >;
}>;

Defined in: packages/common/src/Evolu/Db.ts:92

Was this page helpful?