mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
Type Definitions
Overview
TypeScript type definitions and interfaces for application-wide use.
Location
Purpose
Centralized location for TypeScript interfaces and type definitions used throughout the application.
Common Patterns
Type Organization
- Feature-specific types in their own files
- Reusable interfaces exported from type files
- Proper namespacing to avoid conflicts
Generic Types
- Generic component props interfaces
- Data model types
- API response/request types