dev testing
This commit is contained in:
7
functions/node_modules/@grpc/grpc-js/build/src/connectivity-state.d.ts
generated
vendored
Normal file
7
functions/node_modules/@grpc/grpc-js/build/src/connectivity-state.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare enum ConnectivityState {
|
||||
IDLE = 0,
|
||||
CONNECTING = 1,
|
||||
READY = 2,
|
||||
TRANSIENT_FAILURE = 3,
|
||||
SHUTDOWN = 4
|
||||
}
|
||||
Reference in New Issue
Block a user