export interface AttachGroupRoleInput {
    groupId: string;
    roleId: string;
}
export interface AttachGroupRoleOutput {
}
