API reference / @evolu/common / Type / NonEmptyTrimmedString1000

Variable: NonEmptyTrimmedString1000

const NonEmptyTrimmedString1000: BrandType<
  Type<
    "Brand",
    string & Brand<"Trimmed"> & Brand<"MaxLength1000">,
    string,
    MaxLengthError<1000>,
    string & Brand<"Trimmed">,
    StringError | TrimmedError
  >,
  "MinLength1",
  MinLengthError<1>,
  StringError | TrimmedError | MaxLengthError<1000>
>;

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

Was this page helpful?