Skip to content
HomePagesHomePages template kit

TourSlotDef

The serialized shape the `tour` builder emits — a `tour`-kind `SlotDef`.

The serialized shape the tour builder emits — a tour-kind SlotDef.

Import from @homepages/template-kit.

export interface TourSlotDef extends Head {
type: "tour";
frame?: FrameConfig;
}