Skip to content

Commit

Permalink
export actionSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Dec 10, 2023
1 parent e77f44a commit c33ebf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { BrokerOptions, CallingOptions } from "./src/service-broker";

import Service = require("./src/service");
import type {
ActionSchema,
ActionHooks,
ActionHandler,
ActionParams,
Expand Down Expand Up @@ -109,6 +110,7 @@ declare namespace Moleculer {

export {
Service,
ActionSchema,
ActionHooks,
ActionHandler,
ActionParams,
Expand Down

0 comments on commit c33ebf3

Please sign in to comment.