Skip to content

Type Alias: BlogPostVersion

ts
type BlogPostVersion = z.infer<typeof BlogPostVersionSchema>;

Defined in: src/v2/models/blogPostVersion.ts:22