@lokalise/maestro-nextgen-tenant-lib
v4.5.0
Published
This library provides objects, types and zod schemas for NextGen tenant to work with Maestro
Downloads
5,153
Maintainers
Keywords
Readme
✨ maestro-nextgen-tenant-lib
This library provides shared objects, types and zod schemas for NextGen tenant to work with Maestro. This includes, but is not limited to:
- contracts for NextGen APIs in Maestro;
- schemas for NextGen events in Maestro.
🏃♀️ Getting Started
Install all dependencies:
npm installBuild the library:
npm run buildRun all tests:
npm run test