export interface AttachGroupUserInput {
    groupId: string;
    userId: string;
}
export interface AttachGroupUserOutput {
}
