Skip to content

Variable: CreateCustomFieldContextSchema

ts
const CreateCustomFieldContextSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  id: ZodOptional<ZodString>;
  issueTypeIds: ZodOptional<ZodArray<ZodString>>;
  name: ZodString;
  projectIds: ZodOptional<ZodArray<ZodString>>;
}, $loose>;

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

The details of a created custom field context.