Skip to content

Type Alias: BlogPostLabels

ts
type BlogPostLabels = z.infer<typeof BlogPostLabelsSchema>;

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