https://github.com/zone-eu/zms-types
https://github.com/zone-eu/zms-types
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zone-eu/zms-types
- Owner: zone-eu
- License: eupl-1.2
- Created: 2026-05-19T12:35:03.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2026-05-21T07:21:09.000Z (22 days ago)
- Last Synced: 2026-05-22T15:16:50.175Z (21 days ago)
- Language: TypeScript
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/`.