type alias ItemImageProjection

Properties

image_url: string

Projected from the first image_uses row for this item. Storage ownership lives in the first-class images tables.

Projected thumbnail filename for image_url.

Projected alt text for image_url. Empty means decorative.

Usage

import { type ItemImageProjection } from "doc.ts";