@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 634 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [NamedModel](./x-types.namedmodel.md)
## NamedModel interface
Common interface to ease the differentiate between different model types.
**Signature:**
```typescript
export interface NamedModel<T extends ModelNameType = ModelNameType>
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [modelName](./x-types.namedmodel.modelname.md) | <code>readonly</code> | T | The [model name](./x-types.modelnametype.md) value. |