Variable: CreateRequestCommentSchema
ts
const CreateRequestCommentSchema: ZodObject<{
body: ZodOptional<ZodString>;
issueIdOrKey: ZodString;
public: ZodOptional<ZodBoolean>;
}, $strip>;Defined in: src/serviceDesk/parameters/createRequestComment.ts:4