MESSAGE: {
INV_CREATEDAT: "createdAtMin cannot be after than createdAtMax";
INV_NAME: "Name may contain only letters, spaces, and hyphens.";
INV_PASSWD_LETTER_REQUIRED: "Password must include letters.";
INV_PASSWD_NUM_REQUIRED: "Password must include numbers.";
INV_PRICE: "priceMin cannot be greater than priceMax";
INV_STOCK: "stockMin cannot be greater than stockMax";
INV_USERNAME: "Username must start with a letter and contain only letters, numbers, or underscores.";
} = ...
Type declaration
Readonly
INV_CREATEDAT: "createdAtMin cannot be after than createdAtMax"
Readonly
INV_NAME: "Name may contain only letters, spaces, and hyphens."
Readonly
INV_PASSWD_LETTER_REQUIRED: "Password must include letters."
Readonly
INV_PASSWD_NUM_REQUIRED: "Password must include numbers."
Readonly
INV_PRICE: "priceMin cannot be greater than priceMax"
Readonly
INV_STOCK: "stockMin cannot be greater than stockMax"
Readonly
INV_USERNAME: "Username must start with a letter and contain only letters, numbers, or underscores."