shared
    Preparing search index...

    Variable MESSAGEConst

    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

    • ReadonlyINV_CREATEDAT: "createdAtMin cannot be after than createdAtMax"
    • ReadonlyINV_NAME: "Name may contain only letters, spaces, and hyphens."
    • ReadonlyINV_PASSWD_LETTER_REQUIRED: "Password must include letters."
    • ReadonlyINV_PASSWD_NUM_REQUIRED: "Password must include numbers."
    • ReadonlyINV_PRICE: "priceMin cannot be greater than priceMax"
    • ReadonlyINV_STOCK: "stockMin cannot be greater than stockMax"
    • ReadonlyINV_USERNAME: "Username must start with a letter and contain only letters, numbers, or underscores."