Skip to content

Type Alias: BlogPosts

ts
type BlogPosts = z.infer<typeof BlogPostsSchema>;

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