UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 200 B
import { VelcronActionWithAutoAwait } from "../models"; export interface IActionHandler { name: string; action: (action: VelcronActionWithAutoAwait, ...parameters: any) => Promise<unknown>; }