Skip to content

Type Alias: BlogPostComment

ts
type BlogPostComment = z.infer<typeof BlogPostCommentSchema>;

Defined in: src/v2/models/blogPostComment.ts:22