Interface IRoleCondensed

interface IRoleCondensed {
    id: string;
    level?: "user" | "admin";
    name: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
level?: "user" | "admin"
name: string
type: string