Skip to content

Variable: GetPermissionResponseSchema

ts
const GetPermissionResponseSchema: 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/getPermissionResponse.ts:5