Variable: IssueMatchesSchema
ts
const IssueMatchesSchema: ZodObject<{
matches: ZodArray<ZodObject<{
errors: ZodArray<ZodString>;
matchedIssues: ZodArray<ZodNumber>;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/issueMatches.ts:6
A list of matched issues or errors for each JQL query, in the order the JQL queries were passed.