Skip to content

Variable: CreatePermissionRequestSchema

ts
const CreatePermissionRequestSchema: ZodObject<{
  holder: ZodOptional<ZodObject<{
     type: ZodCustom<string & object | "Group" | "AccountId", string & object | "Group" | "AccountId">;
     value: ZodString;
  }, $loose>>;
  type: ZodCustom<string & object | "View" | "Edit", string & object | "View" | "Edit">;
}, $loose>;

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