API reference › @evolu/common › Type › Age
const Age: brand(
"Age",
lessThan(200)(NonNegativeInt),
);
Defined in: packages/common/src/Type.ts:6842
A person's age as a NonNegativeInt less than 200.
API reference › @evolu/common › Type › Age
const Age: brand(
"Age",
lessThan(200)(NonNegativeInt),
);
Defined in: packages/common/src/Type.ts:6842
A person's age as a NonNegativeInt less than 200.