import { MeasurementType } from "./measurementType"; export interface MeasurementTypeItems { items: Array; }