# @mesadev/rest

TypeScript REST SDK for the Mesa API.

This package is generated from the OpenAPI schema and mirrored to the public `mesa-dot-dev/ts-rest` repository.

## Install

```bash
bun add @mesadev/rest
```

## Regenerate from OpenAPI

From the monorepo root:

```bash
pnpm run sdk:generate:typescript
```

This refreshes the package's generated `dist/` output for local development. It does not write generated source files into the repo.
