Skip to content

Commit

Permalink
fix(headers): add ts definitions
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Cooper <[email protected]>
  • Loading branch information
ste2425 and Stephen Cooper authored Jan 17, 2022
1 parent 845734e commit 3f353c6
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 @@ -26,6 +26,7 @@ declare module "@godaddy/terminus" {
onShutdown?: () => Promise<any>;
beforeShutdown?: () => Promise<any>;
logger?: (msg: string, err: Error) => void;
headers?:{ [key: string]: string };

/** Deprecated. */
onSigterm?: () => Promise<any>;
Expand Down

0 comments on commit 3f353c6

Please sign in to comment.