import { ImageDescriptor } from './index.js'; export type ImageUpdateTrigger = { id: string; timestamp: string; images: ImageDescriptor[]; };