Type alias PatchGroupArg

PatchGroupArg: {
    groupId: string;
    patchGroupBody: PatchGroupBody;
}

Type declaration