UNPKG

@grouparoo/core

Version:
17 lines (16 loc) 599 B
import { Initializer } from "actionhero"; declare module "actionhero" { interface Api { rpc: { model: Record<string, (arg: any) => void | Promise<void>>; app: Record<string, (arg: any) => void | Promise<void>>; source: Record<string, (arg: any) => void | Promise<void>>; property: Record<string, (arg: any) => void | Promise<void>>; destination: Record<string, (arg: any) => void | Promise<void>>; }; } } export declare class GrouparooRPC extends Initializer { constructor(); initialize(): Promise<void>; }