API reference / @evolu/common / Type / NonEmptyTrimmedString100

Variable: NonEmptyTrimmedString100

const NonEmptyTrimmedString100: BrandType<
  Type<
    "Brand",
    string & Brand<"Trimmed"> & Brand<"MaxLength100">,
    string,
    MaxLengthError<100>,
    string & Brand<"Trimmed">,
    StringError | TrimmedError
  >,
  "MinLength1",
  MinLengthError<1>,
  StringError | TrimmedError | MaxLengthError<100>
>;

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

Was this page helpful?