nodejs-connected-drive
Version:
NodeJS client for BMW Connected Drive
14 lines • 498 B
TypeScript
export declare type GetStatusOfAllVehiclesResponse = {
vehicleRelationship: Array<{
vin: string;
registrationNumber: null;
relationshipStatus: "CONFIRMED" | string;
remoteServiceStatus: "ACTIVE" | string;
connectivityStatus: "ACTIVE" | string;
confirmationType: "FULL" | string;
tokenId: null;
subscriberStatus: string;
hasSecondaryRelation: boolean;
}>;
};
//# sourceMappingURL=GetStatusOfAllVehiclesResponse.d.ts.map