NoVideoRef
The deliberately-unfilled video fixture value.
The deliberately-unfilled video fixture value. Resolves to the empty value
triple (video_id/url/poster all ""), the same shape an unfilled slot
holds at runtime — distinct by spelling from a hosted ref that failed to
resolve.
Import from @homepages/template-kit/fixtures.
Signature
Section titled “Signature”export type NoVideoRef = { video_id: ""; source?: never; url?: never; poster?: never; alt?: never;};