import { Service } from './service'; export interface SofaCleaning extends Service { numberOfPlaces: number; }