UNPKG

@grouparoo/core

Version:
16 lines (15 loc) 346 B
declare const namespace = "next"; declare module "actionhero" { interface ActionheroConfigInterface { [namespace]: ReturnType<typeof DEFAULT[typeof namespace]>; } } export declare const DEFAULT: { next: () => { enabled: boolean; dev: boolean; quiet: boolean; path: string; }; }; export {};