interface PasswordValidationError {
    info?: Record<string, string | number>;
    type: keyof PasswordRule;
}

Properties

Properties

info?: Record<string, string | number>

Information about the password rule

type: keyof PasswordRule

Password rule type

Generated using TypeDoc