Variable: GetCommentSchema
ts
const GetCommentSchema: ZodObject<{
expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<string & object | "renderedBody", string & object | "renderedBody">, ZodArray<ZodCustom<string & object | "renderedBody", string & object | "renderedBody">>]>>;
id: ZodString;
issueIdOrKey: ZodString;
}, $strip>;Defined in: src/cloud/parameters/getComment.ts:4