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