Skip to content
HomePagesHomePages template kit

ImageFormatSchema

Zod twin of `ImageFormat`.

Zod twin of ImageFormat.

Import from @homepages/template-kit.

const ImageFormatSchema: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; id: z.ZodString; label: z.ZodString; category: z.ZodEnum<{ website: "website"; "social-post": "social-post"; story: "story"; brochure: "brochure"; flyer: "flyer"; postcard: "postcard"; presentation: "presentation"; }>; preset: z.ZodOptional<z.ZodString>; }, z.core.$strict>