UNPKG

295 BTypeScriptView Raw
1export declare class EndNode {
2 vendorThingID: string;
3 thingID: string;
4 accessToken: string;
5 connection: boolean;
6 type: string;
7 password: string;
8 lastUpdate: number;
9 online: boolean;
10 constructor(vendorThingID: any);
11}
12export declare type EndNodes = EndNode[];