TourCollectionValue
A tour list slot's runtime value: an ordered array of `TourValue`, possibly empty.
A tour list slot’s runtime value: an ordered array of TourValue, possibly empty.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type TourCollectionValue = TourValue[];