yo whats up
const heroBlock = z.object({
type: z.literal('hero'),
title: z.string(),
subtitle: z.string().optional(),
image: z.string(),
})yo whats up
const heroBlock = z.object({
type: z.literal('hero'),
title: z.string(),
subtitle: z.string().optional(),
image: z.string(),
})