UNPKG

kist

Version:

Package Pipeline Processor

5 lines (4 loc) 153 B
import { ActionInterface } from "./ActionInterface"; export interface ActionPlugin { registerActions(): Record<string, new () => ActionInterface>; }