Type alias PatchGroupAccessArg

PatchGroupAccessArg: {
    granteeId: string;
    groupId: string;
    patchGroupAccessBody: PatchGroupAccessBody;
}

Type declaration