Skip to content

Commit 3f353c6

Browse files
ste2425Stephen Cooper
and
Stephen Cooper
authored
fix(headers): add ts definitions
Co-authored-by: Stephen Cooper <[email protected]>
1 parent 845734e commit 3f353c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ declare module "@godaddy/terminus" {
2626
onShutdown?: () => Promise<any>;
2727
beforeShutdown?: () => Promise<any>;
2828
logger?: (msg: string, err: Error) => void;
29+
headers?:{ [key: string]: string };
2930

3031
/** Deprecated. */
3132
onSigterm?: () => Promise<any>;

0 commit comments

Comments
 (0)