UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

10 lines (9 loc) 230 B
export interface ISocketConfig { isEnabled: boolean; url: string; } export declare class SocketConfig implements ISocketConfig { isEnabled: boolean; url: string; constructor(isEnabled: boolean, url: string); }