MCPcopy
hub / github.com/godaddy/terminus / TerminusState

Interface TerminusState

typings/index.d.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare module "@godaddy/terminus" {
2 export interface TerminusState {
3 isShuttingDown: boolean;
4 }
5
6 export type HealthCheck = ({ state }: { state: TerminusState }) => Promise<any>;
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…