# Sovendus Integration Types for Typescript

The types in this package are used across the code base for the Sovendus plugins and several variants of the integration.

## Installation

### With yarn

```bash
yarn add sovendus-integration-types
```

### With npm

```bash
npm install sovendus-integration-types
```

### With bun

```bash
bun install sovendus-integration-types
```

## Contributing

If you want to contribute or report issues, please follow these steps in our developer guide here: [Developer Guide](./readme-dev.md)
