Variable errorsConst

    errors: {
        password: string;
        passwordRequireLetter: string;
        passwordRequireNumber: string;
        passwordRequireSymbol: string;
        passwordTooLong: ((max: number) => string);
        passwordTooSmall: ((min: number) => string);
    } = ...

    Errors

    Generated using TypeDoc and TypeDoc Airthium Plugin