diff --git a/index.d.ts b/index.d.ts index 66f918330..754b4fff8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -562,7 +562,7 @@ declare namespace Moleculer { call(actionName: string): Promise; call(actionName: string, params: P, opts?: CallingOptions): Promise; - mcall(def: Array | { [name: string]: MCallDefinition }, opts?: CallingOptions): Promise | T>; + mcall(def: Array | { [name: string]: MCallDefinition }, opts?: MCallCallingOptions): Promise | T>; emit(eventName: string, data: D, opts: GenericObject): Promise; emit(eventName: string, data: D, groups: Array): Promise;