diff --git a/types/index.d.ts b/types/index.d.ts index 86b4ea56..3fae7d34 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -507,7 +507,7 @@ export interface MtlsEndpointAliases { // https://stackoverflow.com/questions/39622778/what-is-new-in-typescript // https://github.com/Microsoft/TypeScript/issues/204 export interface TypeOfGenericClient { - new (metadata: ClientMetadata, jwks?: JSONWebKeySet): TClient; + new (metadata: ClientMetadata, jwks?: JSONWebKeySet, options?: ClientOptions): TClient; [custom.http_options]: CustomHttpOptionsProvider; [custom.clock_tolerance]: number; }