Skip to content

Commit

Permalink
Add missing typing for useExit0 option flag (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsimps authored Jun 22, 2022
1 parent eadaf4f commit 1d33a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare module "@godaddy/terminus" {
sendFailuresDuringShutdown?: boolean;
statusOk?: number,
statusError?: number,
useExit0?: boolean,
onSignal?: () => Promise<any>;
onSendFailureDuringShutdown?: () => Promise<any>;
onShutdown?: () => Promise<any>;
Expand Down

0 comments on commit 1d33a8b

Please sign in to comment.