Tanatloc documentation
    Preparing search index...

    Local values

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

    Properties

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