@lyxa.ai/types
Version:
Lyxa type definitions and validation schemas for both frontend and backend
31 lines (19 loc) • 544 B
Markdown
# @lyxa.ai/types
Lyxa type definitions and validation schemas for both frontend and backend applications.
## Installation
```bash
npm install @lyxa.ai/types
```
## Usage
```typescript
import { /* your types and validations */ } from '@lyxa.ai/types';
```
This package contains:
- Type definitions and enums from `utilities/enum.ts`
- Validation schemas from `utilities/validation`
Perfect for sharing types between frontend and backend applications.
## Version
Version: 1.3.128
## Dependencies
- zod: ^3.24.1
- @types/node: ^22.10.2