Interface ILocalValues

    interface ILocalValues {
        email: string;
        firstname: string;
        lastname: string;
    }

    Properties

    email: string
    firstname: string
    lastname: string

    Generated using TypeDoc and TypeDoc Airthium Plugin