We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845734e commit 3f353c6Copy full SHA for 3f353c6
typings/index.d.ts
@@ -26,6 +26,7 @@ declare module "@godaddy/terminus" {
26
onShutdown?: () => Promise<any>;
27
beforeShutdown?: () => Promise<any>;
28
logger?: (msg: string, err: Error) => void;
29
+ headers?:{ [key: string]: string };
30
31
/** Deprecated. */
32
onSigterm?: () => Promise<any>;
0 commit comments