HostedVideoRef
A hosted video's fixture value: a dev media pack asset reference.
A hosted video’s fixture value: a dev media pack asset reference. Resolution
builds url from the rendition, poster and alt from the asset — none is
statable here, and an id outside the pack’s catalog is a compile error.
Import from @homepages/template-kit/fixtures.
Signature
Section titled “Signature”export type HostedVideoRef = { video_id: VideoAssetId; source?: never; url?: never; poster?: never; alt?: never;};