Skip to content

Type Alias: BlogPostInlineComments

ts
type BlogPostInlineComments = z.infer<typeof BlogPostInlineCommentsSchema>;

Defined in: src/v2/models/blogPostInlineComments.ts:11