Tanatloc documentation
    Preparing search index...

    Interface IFrontUser

    User

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

    Hierarchy (View Summary)

    • IUserWithData<
          (
              | "lastname"
              | "firstname"
              | "email"
              | "avatar"
              | "superuser"
              | "authorizedplugins"
              | "plugins"
              | "usermodels"
          )[],
      >
      • IFrontUser
    Index

    Properties

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