Type Alias: ReviewIssueComment
Makaio Framework / contracts / ReviewIssueComment
Type Alias: ReviewIssueComment
Section titled “Type Alias: ReviewIssueComment”ReviewIssueComment =
z.infer<typeofReviewIssueCommentSchema>
Defined in: ../../../packages/contracts/src/capabilities/review/schemas.ts:135
Type Composition
Section titled “Type Composition”ReviewIssueCommentz.infer<typeof ReviewIssueCommentSchema>typeof ReviewIssueCommentSchema
Resolved Shape
Section titled “Resolved Shape”type ReviewIssueComment = { id: string | number; author: string; body: string; url: string | null; createdAt: string | null; updatedAt: string | null;};