Variable: IssuesJqlMetaDataSchema
ts
const IssuesJqlMetaDataSchema: ZodObject<{
count: ZodNumber;
maxResults: ZodNumber;
startAt: ZodNumber;
totalCount: ZodNumber;
validationWarnings: ZodOptional<ZodArray<ZodString>>;
}, $loose>;Defined in: src/cloud/models/issuesJqlMetaData.ts:5
The description of the page of issues loaded by the provided JQL query.