interface IrisUser {
    company: string;
    team: string | number;
    user: string | number;
}

Hierarchy (View Summary)

Properties

Properties

company: string
team: string | number
user: string | number