UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 634 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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. |