import { ImageType } from "../type/ImageType"; export interface Image { t: ImageType; w: number; h: number; }