@cngvc/shopi-types
v0.0.21
Published
Helpers library types for theshopi app
Readme
@cngvc/shopi-shared-types
This package contains shared TypeScript interfaces and Joi schemas used across services in the project.
Installation
npm install @cngvc/shopi-shared-types@latestContents
- Interfaces: Defines shared types for all models.
- Joi Schemas: Provides validation for API inputs.
Notes
- Keep interfaces consistent across services.
- Update this package when new fields are added to any shared model.
- Validate API inputs using the provided Joi schemas.
