ImageFormatSchema
Zod twin of `ImageFormat`.
Zod twin of ImageFormat.
Import from @homepages/template-kit.
Signature
Section titled “Signature”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>