export interface DetachGroupRoleInput {
    groupId: string;
    roleId: string;
}
export interface DetachGroupRoleOutput {
}
