import type { PhotoFields } from "./photo.ts"; export interface CanvasCollectionThumbnailFields { element_child_index: number; element_id: string; photo: PhotoFields; }