UNPKG

@shuangbing/bmw-connected-drive

Version:

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

13 lines (12 loc) 263 B
export declare class RemoteServiceResponse { constructor(response: { "eventId": { "eventId": string; }; "vin": string; "creationTime": string; }); eventId: string; vin: string; creationTime: Date; }