UNPKG

@gdyfe/rop-client

Version:
11 lines (10 loc) 212 B
export declare type Event = { [k: string]: any; }; export interface IROP { ICS_ADDR?: string; ROP_FLASH_SITE?: string; PORT?: number; SSL_PORT?: number; } export declare type Qos = 0 | 1 | 2;