API reference / @evolu/common / Type / NonEmptyString100
Variable: NonEmptyString100
const NonEmptyString100: BrandType<
Type<
"Brand",
string & Brand<"MaxLength100">,
string,
MaxLengthError<100>,
string,
StringError
>,
"MinLength1",
MinLengthError<1>,
StringError | MaxLengthError<100>
>;
Defined in: packages/common/src/Type.ts:1130