# @flicknote/types

[![Release](https://github.com/GuionAI/flicknote-types/actions/workflows/release.yml/badge.svg)](https://github.com/GuionAI/flicknote-types/actions/workflows/release.yml)

Shared TypeScript types for FlickNote workers.

## Installation

```bash
npm install @flicknote/types
```

## Usage

```ts
import { AudioStatus, NoteType, Database } from "@flicknote/types";
import { Database } from "@flicknote/types/db";
```
