UNPKG

@icebro/actionhero

Version:

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

12 lines (11 loc) 294 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 {};