export interface CarRental {
    provider_id: number;
    providers_locations: string[];
}
//# sourceMappingURL=car-rental.interface.d.ts.map