UNPKG

@documment/mmp.core

Version:

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

8 lines (7 loc) 177 B
export interface ISocketDataResponse { data: any; } export declare class SocketDataResponse implements ISocketDataResponse { data: any; constructor(params?: any); }