interface UserTooltip {
    active: boolean;
    admin?: boolean;
    email: string;
    emailNotification?: boolean;
    external?: boolean;
    fullName: string;
    login: string;
    roles?: string;
}

Properties

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