Skip to content

Type Alias: BlogPostInlineComment

ts
type BlogPostInlineComment = z.infer<typeof BlogPostInlineCommentSchema>;

Defined in: src/v2/models/blogPostInlineComment.ts:25