smartsocket/dist/smartsocket.classes.smartsocketclient.d.ts
2016-08-07 18:59:39 +02:00

11 lines
193 B
TypeScript

/**
* interface for class SmartsocketClient
*/
export interface ISmartsocketClientOptions {
port: number;
url: string;
}
export declare class SmartsocketClient {
constructor();
}