interface IRoleDetail {
    client_id: string;
    id: string;
    name: string;
}

Properties

Properties

client_id: string
id: string
name: string