Skip to content
HomePagesHomePages template kit

VideoFixtureRef

Every value a video slot accepts in a fixture: hosted, link, or none.

Every value a video slot accepts in a fixture: hosted, link, or none.

Import from @homepages/template-kit/fixtures.

export type VideoFixtureRef = HostedVideoRef | LinkVideoRef | NoVideoRef;