| 1 | declare module "@godaddy/terminus" { |
| 2 | export interface TerminusState { |
| 3 | isShuttingDown: boolean; |
| 4 | } |
| 5 | |
| 6 | export type HealthCheck = ({ state }: { state: TerminusState }) => Promise<any>; |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…