UNPKG

@grouparoo/core

Version:
13 lines (12 loc) 276 B
declare const namespace = "oAuth"; declare module "actionhero" { interface ActionheroConfigInterface { [namespace]: ReturnType<typeof DEFAULT[typeof namespace]>; } } export declare const DEFAULT: { oAuth: () => { host: string; }; }; export {};