ListItemSlot
The slot kinds legal as a list's single item — any value primitive, never a list and never a record.
The slot kinds legal as a list’s single item — any value primitive, never a list and never a record. The type half of the depth rules; the slot Zod union enforces the same rules at parse time.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type ListItemSlot = TextSlot | NumberSlot | SelectSlot | ImageSlot | VideoSlot | TourSlot | PoiSlot | UrlSlot | DocumentSlot;