UNPKG

datainout

Version:

Import and reports data

6 lines (4 loc) 108 B
interface ICommandAction { handleAction(...data: any): Promise<any>; } export type { ICommandAction };