Skip to content
HomePagesHomePages template kit

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.

export type PhotoRef = {
photo_id: ImageAssetId;
url?: never;
alt?: never;
};