UNPKG

bluelinky2

Version:

An unofficial nodejs API wrapper for Hyundai bluelink

10 lines (9 loc) 301 B
import { Brand } from '../interfaces/common.interfaces'; export interface AmericaBrandEnvironment { brand: Brand; host: string; baseUrl: string; clientId: string; clientSecret: string; } export declare const getBrandEnvironment: (brand: Brand) => AmericaBrandEnvironment;