@lyxa.ai/types
v1.3.22
Published
Lyxa type definitions and validation schemas for both frontend and backend
Maintainers
Readme
@lyxa.ai/types
Lyxa type definitions and validation schemas for both frontend and backend applications.
Installation
npm install @lyxa.ai/typesUsage
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.22
Dependencies
- zod: ^3.24.1
- @types/node: ^22.10.2
