mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Missed a return type on the OAuth2 client interface
This commit is contained in:
parent
836f9bdb36
commit
11307ac0a6
2
packages/grpc-native-core/index.d.ts
vendored
2
packages/grpc-native-core/index.d.ts
vendored
@ -881,7 +881,7 @@ declare module "grpc" {
|
||||
* The definition is copied from `ts/lib/auth/oauth2client.ts`
|
||||
*/
|
||||
export interface GoogleOAuth2Client {
|
||||
getRequestMetadata(optUri: string, metadataCallback: (err: Error, headers: any) => void)
|
||||
getRequestMetadata(optUri: string, metadataCallback: (err: Error, headers: any) => void): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user