API reference / @evolu/common / Type / NonEmptyTrimmedString

Variable: NonEmptyTrimmedString

const NonEmptyTrimmedString: BrandType<
  Type<
    "Brand",
    string & Brand<"Trimmed">,
    string,
    TrimmedError,
    string,
    StringError
  >,
  "MinLength1",
  MinLengthError<1>,
  StringError | TrimmedError
>;

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

Was this page helpful?