Skip to content

Commit

Permalink
Merge pull request #1248 from 0x0a0d/fix-middleware
Browse files Browse the repository at this point in the history
imp(index.d.ts): middleware serviceCreating params
  • Loading branch information
icebob authored Oct 1, 2023
2 parents 7fb6762 + 1524218 commit da2aabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ declare namespace Moleculer {
| ((handler: ActionHandler, event: ServiceEvent) => any)
| ((handler: ActionHandler) => any)
| ((service: Service) => any)
| ((service: Service, serviceSchema: ServiceSchema) => any)
| ((broker: ServiceBroker) => any)
| ((handler: CallMiddlewareHandler) => CallMiddlewareHandler);
};
Expand Down

0 comments on commit da2aabc

Please sign in to comment.