WebsiteFormatSchema
Zod twin of {@link WebsiteFormat}: identity only, geometry rejected.
Zod twin of {@link WebsiteFormat}: identity only, geometry rejected.
Import from @homepages/template-kit.
Signature
Section titled “Signature”const WebsiteFormatSchema: z.ZodObject<{ 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"; }>; }, z.core.$strict>