Skip to content

Variable: GetChangeLogsSchema

ts
const GetChangeLogsSchema: ZodObject<{
  issueIdOrKey: ZodString;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/getChangeLogs.ts:3