import { DomainObject } from "./domain-object"; import { WMSLocationActivityType } from "./all.enum"; export declare class WMSLocationType extends DomainObject { TypeId?: string | undefined; Type?: WMSLocationActivityType | undefined; AreaM2?: number | undefined; NumberOfItems?: number | undefined; NumberOfPallets?: number | undefined; NumberOfContainers?: number | undefined; Length?: number | undefined; Width?: number | undefined; Height?: number | undefined; } //# sourceMappingURL=wms-location-type.d.ts.map