UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

12 lines (11 loc) 296 B
import { PluginConfig } from ".."; declare const namespace = "plugins"; declare module ".." { interface ActionheroConfigInterface { [namespace]: ReturnType<(typeof DEFAULT)[typeof namespace]>; } } export declare const DEFAULT: { [namespace]: () => PluginConfig; }; export {};