Interface ILocalValues

    interface ILocalValues {
        email: string;
        password: string;
        passwordConfirmation: string;
    }

    Properties

    email: string
    password: string
    passwordConfirmation: string

    Generated using TypeDoc and TypeDoc Airthium Plugin