@shuangbing/bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
18 lines (17 loc) • 631 B
TypeScript
import { Regions } from "./Regions";
declare type EndpointMap = {
[P in Regions]: string;
};
export declare class Constants {
static readonly LegacyServerEndpoints: EndpointMap;
static readonly ServerEndpoints: EndpointMap;
static readonly OAuthAuthorizationKey: EndpointMap;
static readonly getVehicles: string;
static readonly getVehicleStatus: string;
static readonly executeRemoteServices: string;
static readonly statusRemoteServices: string;
static readonly sendMessage: string;
static readonly getRemoteServices: string;
static readonly vehicleRelationships: string;
}
export {};