nodejs-connected-drive
Version:
NodeJS client for BMW Connected Drive
20 lines • 483 B
TypeScript
export declare type GetVehiclesResponse = Array<{
series: string;
basicType: string;
bodyType: string;
brand: string;
modelName: string;
vin: string;
licensePlate: null;
modelYearNA: null;
dcOnly: boolean;
hasNavi: boolean;
hasSunRoof: boolean;
doorCount: number;
maxFuel: null;
hasRex: boolean;
steering: string;
driveTrain: string;
supportedChargingModes: [];
}>;
//# sourceMappingURL=GetVehiclesResponse.d.ts.map