Added new observability events (#1365)
This commit is contained in:
committed by
GitHub
parent
9fea1aedc0
commit
33035901cf
4
index.d.ts
vendored
4
index.d.ts
vendored
@ -2573,8 +2573,10 @@ declare class Client {
|
||||
}
|
||||
|
||||
declare const events: {
|
||||
RESPONSE: string;
|
||||
SERIALIZATION: string;
|
||||
REQUEST: string;
|
||||
DESERIALIZATION: string;
|
||||
RESPONSE: string;
|
||||
SNIFF: string;
|
||||
RESURRECT: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user