import { Service } from './service'; export interface CarpetCleaning extends Service { surfaceAreaInm3: number; }