Skip to content

Type Alias: BlogPostVersions

ts
type BlogPostVersions = z.infer<typeof BlogPostVersionsSchema>;

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