import { DirtAmmount } from './dirt-ammount'; import { Service } from './service'; export interface GeneralCleaning extends Service { dirtAmount?: DirtAmmount; isAfterConstruction?: boolean; surfaceAreaInm3: number; }