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.
Signature
Section titled “Signature”export type VideoFixtureRef = HostedVideoRef | LinkVideoRef | NoVideoRef;