API reference / @evolu/common / Type / TrimmedString1000

Variable: TrimmedString1000

const TrimmedString1000: BrandType<
  Type<
    "Brand",
    string & Brand<"Trimmed">,
    string,
    TrimmedError,
    string,
    StringError
  >,
  "MaxLength1000",
  MaxLengthError<1000>,
  StringError | TrimmedError
>;

Defined in: packages/common/src/Type.ts:1146

Was this page helpful?