Variable: GetChangeLogsByIdsSchema
ts
const GetChangeLogsByIdsSchema: ZodObject<{
changelogIds: ZodArray<ZodNumber>;
issueIdOrKey: ZodString;
}, $strip>;Defined in: src/cloud/parameters/getChangeLogsByIds.ts:4