export interface DetachGroupUserInput {
    groupId: string;
    userId: string;
}
export interface DetachGroupUserOutput {
}
