Preparing search index...
    interface UserTooltip {
        active: boolean;
        admin?: boolean;
        email: string;
        emailNotification?: boolean;
        external?: boolean;
        fullName: string;
        login: string;
        roles?: string;
    }
    Index

    Properties

    active: boolean
    admin?: boolean
    email: string
    emailNotification?: boolean
    external?: boolean
    fullName: string
    login: string
    roles?: string