Variable: GetRequestCommentByIdSchema
ts
const GetRequestCommentByIdSchema: ZodObject<{
commentId: ZodNumber;
expand: ZodOptional<ZodArray<ZodString>>;
issueIdOrKey: ZodString;
}, $strip>;Defined in: src/serviceDesk/parameters/getRequestCommentById.ts:3