Variable: ReviewIssueCommentSchema
Makaio Framework / contracts / ReviewIssueCommentSchema
Variable: ReviewIssueCommentSchema
Section titled “Variable: ReviewIssueCommentSchema”
constReviewIssueCommentSchema:ZodObject<{author:ZodString;body:ZodString;createdAt:ZodNullable<ZodString>;id:ZodUnion<readonly [ZodNumber,ZodString]>;updatedAt:ZodNullable<ZodString>;url:ZodNullable<ZodString>; },$strip>
Defined in: ../../../packages/contracts/src/capabilities/review/schemas.ts:121
An issue-level comment from a VCS issue timeline.