diff --git a/packages/javascript-api/src/lib/services/graphql/graphql.service.ts b/packages/javascript-api/src/lib/services/graphql/graphql.service.ts index 87458fff..ba598fb6 100644 --- a/packages/javascript-api/src/lib/services/graphql/graphql.service.ts +++ b/packages/javascript-api/src/lib/services/graphql/graphql.service.ts @@ -112,8 +112,8 @@ export class GraphqlService { private readonly subscriptionConnection$: Observable; private temporaryApiKeyService: TemporaryApiKeyService | undefined; - private pongTimeout: any; - private pingPongInterval: any; + private pongTimeout: ReturnType | undefined; + private pingPongInterval: ReturnType | undefined; private readonly sendPingWithThisBound = this.sendPing.bind(this); private readonly handleConnectionDropWithThisBound =