Skip to content

Variable: CustomFieldContextSchema

ts
const CustomFieldContextSchema: ZodObject<{
  description: ZodString;
  id: ZodString;
  isAnyIssueType: ZodBoolean;
  isGlobalContext: ZodBoolean;
  name: ZodString;
}, $loose>;

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

The details of a custom field context.