Skip to content

Variable: IssueMatchesForJQLSchema

ts
const IssueMatchesForJQLSchema: ZodObject<{
  errors: ZodArray<ZodString>;
  matchedIssues: ZodArray<ZodNumber>;
}, $loose>;

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

A list of the issues matched to a JQL query or details of errors encountered during matching.