UNPKG

ah-resque-ui

Version:

A resque administration website for actionhero

13 lines (12 loc) 300 B
declare const namespace = "ah-resque-ui"; declare module "actionhero" { interface ActionheroConfigInterface { [namespace]: ReturnType<typeof DEFAULT[typeof namespace]>; } } export declare const DEFAULT: { "ah-resque-ui": () => { middleware: string[]; }; }; export {};