UNPKG

bmw-connected-drive

Version:

This package can be used to access the BMW ConnectedDrive services.

9 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CarBrand = void 0; var CarBrand; (function (CarBrand) { CarBrand["Bmw"] = "BMW"; CarBrand["Mini"] = "MINI"; })(CarBrand = exports.CarBrand || (exports.CarBrand = {})); //# sourceMappingURL=CarBrand.js.map