Type alias PatchRoleArg

PatchRoleArg: {
    patchRoleBody: PatchRoleBody;
    roleId: string;
}

Type declaration