SlotDef
The Zod discriminated union validating an authored slot definition, built from `SLOT_TYPE_DESCRIPTORS`.
The Zod discriminated union validating an authored slot definition, built
from SLOT_TYPE_DESCRIPTORS. Covers every slot kind; a list’s item and a
record item’s field each validate against their own narrower union, which is
what makes the depth rules unrepresentable on the wire.
Import from @homepages/template-kit.
Signature
Section titled “Signature”const SlotDef: z.ZodType<Slot, Slot>