Variable: GetCommentsSchema
ts
const GetCommentsSchema: ZodObject<{
expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<string & object | "renderedBody", string & object | "renderedBody">, ZodArray<ZodCustom<string & object | "renderedBody", string & object | "renderedBody">>]>>;
issueIdOrKey: ZodString;
maxResults: ZodOptional<ZodNumber>;
orderBy: ZodOptional<ZodCustom<string & object | "created" | "-created" | "+created", string & object | "created" | "-created" | "+created">>;
startAt: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/cloud/parameters/getComments.ts:4