Skip to content

Commit

Permalink
Merge pull request #1310 from kthompson23/add-broker-registry-type-st…
Browse files Browse the repository at this point in the history
…op-delay

Add stopDelay to BrokerRegistryOptions Typescript type
  • Loading branch information
icebob authored Nov 15, 2024
2 parents 5d94bff + 50c4590 commit 4014a8c
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 @@ -935,6 +935,7 @@ declare namespace Moleculer {
strategyOptions?: GenericObject;
preferLocal?: boolean;
discoverer?: RegistryDiscovererOptions | BaseDiscoverer | string;
stopDelay?: number;
}

interface RegistryDiscovererOptions {
Expand Down

0 comments on commit 4014a8c

Please sign in to comment.