interface Details {
    groupId: string;
    groupName: string;
    roles: Role[];
}

Properties

groupId: string
groupName: string
roles: Role[]