generate/asset/models/models library
Barrel file for asset generation models.
Exports all model classes used in the asset generation system. This provides a single import point for consuming code.
Classes
- Asset
- Represents an individual asset file with metadata.
- AssetConfig
- Configuration class for asset generation operations.
- AssetDirectory
- Represents a directory containing assets with metadata.
- GeneratedFile
- Represents a generated file with its content and metadata.
- GenerationMetrics
- Performance metrics for asset generation operations.
- GenerationResult
- Contains the complete result of an asset generation operation.
- ValidationError
- Represents a validation error with detailed information.
- ValidationResult
- Represents the result of a validation operation.
- ValidationWarning
- Represents a validation warning that doesn't prevent operation.
Enums
- FileType
- Enumeration of different file types that can be generated.
- ValidationErrorType
- Types of validation errors.
- ValidationWarningType
- Types of validation warnings.