Skip to content

Commit 1d33a8b

Browse files
authored
Add missing typing for useExit0 option flag (#214)
1 parent eadaf4f commit 1d33a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ declare module "@godaddy/terminus" {
2525
sendFailuresDuringShutdown?: boolean;
2626
statusOk?: number,
2727
statusError?: number,
28+
useExit0?: boolean,
2829
onSignal?: () => Promise<any>;
2930
onSendFailureDuringShutdown?: () => Promise<any>;
3031
onShutdown?: () => Promise<any>;

0 commit comments

Comments
 (0)