@uniz-rguktong/shared

v1.0.3

Published

Shared contracts, types, and validation schemas for UniZ microservices

Readme

UniZ Shared Library

Repository: uniz-shared Role: The Contract.

Responsibility

  • Types: Shared TypeScript interfaces (JWT, UserPayload).
  • Validation: Zod Schemas shared between services.
  • Events: Event definitions.
  • Errors: Standardized Error Codes.

Usage

Installed as file:../uniz-shared in monorepo, or from npm/git in production.

Build

npm install
npm run build