Skip to content

Type Alias: BlogPost

ts
type BlogPost = z.infer<typeof BlogPostSchema>;

Defined in: src/v2/models/blogPost.ts:58