UNPKG

imt-gateway

Version:
10 lines (6 loc) 142 B
export type TAction = { id: string; type: string; parameters: unknown; new(id: string, type: string, parameters: unknown): TAction; };