Variable errorsConst

    errors: {
        check: string;
        invalid: string;
        passwordMismatch: string;
        update: string;
    } = ...

    Errors

    Type declaration

    • check: string
    • invalid: string
    • passwordMismatch: string
    • update: string

    Generated using TypeDoc and TypeDoc Airthium Plugin