From c33ebf3b75d78b729f75699e1f01338088727f5d Mon Sep 17 00:00:00 2001 From: Icebob Date: Sun, 10 Dec 2023 18:17:38 +0100 Subject: [PATCH] export actionSchema --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 3fa289499..36ddb6ae4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -7,6 +7,7 @@ import type { BrokerOptions, CallingOptions } from "./src/service-broker"; import Service = require("./src/service"); import type { + ActionSchema, ActionHooks, ActionHandler, ActionParams, @@ -109,6 +110,7 @@ declare namespace Moleculer { export { Service, + ActionSchema, ActionHooks, ActionHandler, ActionParams,