interface Details {
    description: string;
    id: string;
    name: string;
    roleType: RoleType;
}

Properties

description: string
id: string
name: string
roleType: RoleType