Skip to content

Variable: ReviewIssueCommentSchema

Makaio Framework


Makaio Framework / contracts / ReviewIssueCommentSchema

const ReviewIssueCommentSchema: 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.