You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Once this package is [published to npm](https://app.stainlessapi.com/docs/guides/publish), this will become: `npm install intercom-client`
19
+
17
20
## Usage
18
21
19
22
The full API of this library can be found in [api.md](api.md).
@@ -217,7 +220,7 @@ import Intercom from 'intercom-client';
217
220
```
218
221
219
222
To do the inverse, add `import "intercom-client/shims/node"` (which does import polyfills).
220
-
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/intercom/intercom-node/tree/main/src/_shims#readme)).
223
+
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/intercom/intercom-node/tree/v3/src/_shims#readme)).
0 commit comments