game-analysis-types
Version:
Common TypeScript types and utilities for game analysis tools.
37 lines (26 loc) • 527 B
Markdown
# game-analysis-types
Common TypeScript types and utilities for game analysis tools.
## Installation
```bash
npm install game-analysis-types
```
## Usage
```typescript
import {
UserProfile,
AnalysisResult
} from 'game-analysis-types/types';
import {
AIModel,
ChatMessage
} from 'game-analysis-types/ai';
import {
ServiceTypes
} from 'game-analysis-types/services';
```
## Structure
- `/types` - Core type definitions
- `/ai` - AI integration types
- `/services` - Service layer types
## License
MIT