Interface ILocalValues

    Local interfaces

    interface ILocalValues {
        authorizedplugins: string[];
        email: string;
        firstname: string;
        lastname: string;
        password: string;
        superuser: boolean;
    }

    Properties

    authorizedplugins: string[]
    email: string
    firstname: string
    lastname: string
    password: string
    superuser: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin