We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadaf4f commit 1d33a8bCopy full SHA for 1d33a8b
typings/index.d.ts
@@ -25,6 +25,7 @@ declare module "@godaddy/terminus" {
25
sendFailuresDuringShutdown?: boolean;
26
statusOk?: number,
27
statusError?: number,
28
+ useExit0?: boolean,
29
onSignal?: () => Promise<any>;
30
onSendFailureDuringShutdown?: () => Promise<any>;
31
onShutdown?: () => Promise<any>;
0 commit comments