Skip to content

Variable: BulkEditShareableEntityResponseSchema

ts
const BulkEditShareableEntityResponseSchema: ZodObject<{
  action: ZodCustom<
     | string & object
     | "changeOwner"
     | "changePermission"
     | "addPermission"
     | "removePermission", 
     | string & object
     | "changeOwner"
     | "changePermission"
     | "addPermission"
    | "removePermission">;
  entityErrors: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;

Defined in: src/cloud/models/bulkEditShareableEntityResponse.ts:5

Details of a request to bulk edit shareable entity.