import { ISearch } from "../../search"; /** The object used to specify the arguments when searching for a . */ export interface IDisplayUnitOfMeasureSearch extends ISearch { } //# sourceMappingURL=display_unit_of_measure_search.d.ts.map