@rmarinicdev/vet-app-shared
v1.0.10
Published
Shared types and utilities for Vet App ecosystem
Maintainers
Readme
@vet-app/shared
Shared types and utilities for the Vet App multi-clinic veterinary management system.
Installation
npm install @vet-app/sharedUsage
import { User, Pet, Appointment, Clinic } from '@vet-app/shared';What's Included
- TypeScript type definitions for all core entities
- Common interfaces and enums
- Shared utility functions
- Validation schemas
Development
# Install dependencies
npm install
# Build the package
npm run build
# Run in watch mode
npm run dev
# Type check
npm run type-checkLicense
MIT
