Variable BulkEditShareableEntityResponseSchemaConst
BulkEditShareableEntityResponseSchema: ZodObject<
{
action: ZodCustom<
| string & {}
| "changeOwner"
| "changePermission"
| "addPermission"
| "removePermission",
| string & {}
| "changeOwner"
| "changePermission"
| "addPermission"
| "removePermission",
>;
entityErrors: ZodOptional<ZodRecord<ZodString, ZodAny>>;
},
$loose,
> = ...
Details of a request to bulk edit shareable entity.