Skip to content

Variable: ProjectIssueTypeQueryContextSchema

ts
const ProjectIssueTypeQueryContextSchema: ZodObject<{
  issueTypes: ZodOptional<ZodArray<ZodString>>;
  project: ZodOptional<ZodString>;
}, $loose>;

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

Project and issue type context for workflow queries made using issue types.