📄 connectivity-state.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/connectivity-state.d.ts
Language: ts • Lines: 7
export declare enum ConnectivityState {
    IDLE = 0,
    CONNECTING = 1,
    READY = 2,
    TRANSIENT_FAILURE = 3,
    SHUTDOWN = 4
}