# @piiano/vault-bundles

This is a TypeScript package that provides type definitions for [Piiano Vault Bundles](https://docs.piiano.com/guides/reference/bundles).

> **Note:**
> 
> This package is compatible with Vault version 1.15.1.
> For a package compatible with other versions of Vault, check [other versions of this package](https://www.npmjs.com/package/@piiano/vault-bundles?activeTab=versions).

## Installation

To install the package using `npm`:

```bash
npm install -D @piiano/vault-bundles
```

To install the package using `yarn`:

```bash
yarn add -D @piiano/vault-bundles
```

## Usage

Check the [custom data types example](../../examples/custom-data-types) and the [custom action example](../../examples/custom-actions) that show how bundles are used to run custom JavaScript logic in Vault.

## License

This package is licensed under the MIT License.
See the [LICENSE](../../LICENSE) file for more information.
