API reference › @evolu/common › Type › SimplePassword
const SimplePassword: brand(
"SimplePassword",
minLength(8)(maxLength(64)(TrimmedString)),
);
Defined in: packages/common/src/Type.ts:5844
A trimmed password containing between 8 and 64 UTF-16 code units.