Skip to content

Type Alias: BlogPostBodyWrite

ts
type BlogPostBodyWrite = z.infer<typeof BlogPostBodyWriteSchema>;

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