An open API service indexing awesome lists of open source software.

https://github.com/zone-eu/zms-types


https://github.com/zone-eu/zms-types

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# @zone-eu/types

Shared TypeScript types for the ZMS stack: WildDuck, ZoneMTA, ZMS
plugins, and related packages.

This package only publishes declarations. Add stack-specific types under `src/`,
export them from `src/index.ts`, and run:

```sh
npm run build
```

The build emits `.d.ts` files into `dist/`.