import { MeasurementTypeDetails } from "./measurementTypeDetails"; export interface MeasurementTypeDetailsItems { items: Array; }