API reference / @evolu/common / Type / NonEmptyString1000
Variable: NonEmptyString1000
const NonEmptyString1000: BrandType<
Type<
"Brand",
string & Brand<"MaxLength1000">,
string,
MaxLengthError<1000>,
string,
StringError
>,
"MinLength1",
MinLengthError<1>,
StringError | MaxLengthError<1000>
>;
Defined in: packages/common/src/Type.ts:1134