API reference / @evolu/common / Type / TrimmedString100

Variable: TrimmedString100

const TrimmedString100: BrandType<
  Type<
    "Brand",
    string & Brand<"Trimmed">,
    string,
    TrimmedError,
    string,
    StringError
  >,
  "MaxLength100",
  MaxLengthError<100>,
  StringError | TrimmedError
>;

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

Was this page helpful?