Skip to content

Variable: IssueFieldOptionScopeSchema

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

Defined in: src/cloud/models/issueFieldOptionScope.ts:6