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:1140

Was this page helpful?