@oxyfoo/whymeet-types
v0.0.41
Published
WhyMeet Types - Shared TypeScript types for the WhyMeet project.
Readme
WhyMeet Types
Shared TypeScript types for the WhyMeet project — used by both the client (React Native) and the server (Node.js).
Installation
npm install @oxyfoo/whymeet-typesDevelopment
npm install
npm run build # Compile TypeScript → dist/
npm run lint # ESLint check
npm test # Type check (tsc --noEmit)Publishing
Published automatically via GitHub Actions on release creation. See .github/workflows/npm-publish.yml.
Structure
Models/ # Domain models (User, Profile, Match, Conversation, etc.)
WS/ # WebSocket protocol types (request/response)
index.ts # Barrel exportLicense
GPL-3.0
