import { Measurement } from "./measurement"; export interface Dimensions { width: Measurement; height: Measurement; depth: Measurement; }