Base interface for model attributes that all models must implement. Provides the basic structure for model data and allows for dynamic properties.
Index signature allowing for dynamic properties of any type
Optional
Unique identifier for the model instance. Can be either a string or number.
Base interface for model attributes that all models must implement. Provides the basic structure for model data and allows for dynamic properties.