@journyio/web-types
Version:
TypeScript types for our website snippet
33 lines (21 loc) ⢠865 B
Markdown
# Web types

[](https://www.npmjs.com/package/@journyio/web-types)
Enables type-safe usage of our website snippet. A full web SDK will be released later this year.
## š¾ Installation
You can use your package manager (`npm` or `yarn`) to install:
```bash
npm install --save @journyio/web-types
```
or
```bash
yarn add @journyio/web-types
```
## š Getting started
š” You can find the snippet in the website settings
```ts
import "@journyio/web-types";
```
You can find documentation for the web snippet [here](https://developers.journy.io).
## š Security
If you discover any security related issues, please email security at journy io instead of using the issue tracker.