PhotoRef
An image slot's fixture value: a dev media pack asset reference.
An image slot’s fixture value: a dev media pack asset reference. Resolution
builds url from the asset’s file and alt from its caption — neither 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 PhotoRef = { photo_id: ImageAssetId; url?: never; alt?: never;};