Allow the client name to be a symbol (#1254)
This commit is contained in:
committed by
GitHub
parent
9d30778614
commit
1a7727588e
2
lib/Transport.d.ts
vendored
2
lib/Transport.d.ts
vendored
@ -52,7 +52,7 @@ export interface RequestEvent<TResponse = Record<string, any>, TContext = unknow
|
||||
warnings: string[] | null;
|
||||
meta: {
|
||||
context: TContext;
|
||||
name: string;
|
||||
name: string | symbol;
|
||||
request: {
|
||||
params: TransportRequestParams;
|
||||
options: TransportRequestOptions;
|
||||
|
||||
Reference in New Issue
Block a user