import { ISharedVehiclesRentalAppOutput } from "./RentalApps"; import { ISharedVehicleStatusOutput } from "./VehicleStatus"; export interface ICeskyCarsharingVehicleStatusOutput { bikeStatus: ISharedVehicleStatusOutput[]; rentalApps: ISharedVehiclesRentalAppOutput[]; }