taxonomy/lib/validations/og.ts
2022-11-28 12:10:11 +04:00

6 lines
112 B
TypeScript

import * as z from "zod"
export const ogImageSchema = z.object({
heading: z.string(),
type: z.string(),
})