Tanatloc documentation
    Preparing search index...

    Interface IFrontMutateUser

    interface IFrontMutateUser {
        authorizedplugins?: string[];
        avatar?: Buffer<ArrayBufferLike>;
        email?: string;
        firstname?: string;
        id?: string;
        isvalidated?: undefined;
        lastmodificationdate?: undefined;
        lastname?: string;
        organizations?: never[];
        password?: undefined;
        passwordlastchanged?: undefined;
        plugins?: ClientPlugin[];
        projects?: never[];
        superuser?: boolean;
        usermodels?: Pick<
            IUserModelWithData<
                ("id" | "owners" | "users" | "groups" | "model" | "template")[],
            >,
            "id" | "owners" | "users" | "groups" | "model" | "template",
        >[];
        workspaces?: never[];
    }

    Hierarchy

    Index

    Properties

    authorizedplugins?: string[]
    avatar?: Buffer<ArrayBufferLike>
    email?: string
    firstname?: string
    id?: string
    isvalidated?: undefined
    lastmodificationdate?: undefined
    lastname?: string
    organizations?: never[]
    password?: undefined
    passwordlastchanged?: undefined
    plugins?: ClientPlugin[]
    projects?: never[]
    superuser?: boolean
    usermodels?: Pick<
        IUserModelWithData<
            ("id" | "owners" | "users" | "groups" | "model" | "template")[],
        >,
        "id" | "owners" | "users" | "groups" | "model" | "template",
    >[]
    workspaces?: never[]