Skip to content

Type Alias: Comment

ts
type Comment = z.infer<typeof CommentSchema>;

Defined in: src/cloud/models/comment.ts:48