UNPKG

@lucsoft/network-connector

Version:

Network Connector the easy way to connect to your HmSYS Network

7 lines (6 loc) 187 B
import { EventTypes } from './EventTypes'; export declare type EventAction = (data: any) => void; export declare type Events = { type: EventTypes; action: (data: any) => void; };