Skip to content

Variable: ProjectScopeSchema

ts
const ProjectScopeSchema: ZodObject<{
  attributes: ZodOptional<ZodArray<ZodCustom<string & object | "defaultValue" | "notSelectable", string & object | "defaultValue" | "notSelectable">>>;
  id: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/projectScope.ts:4