@nhtio/web-re-active-record/augmentable
Typescript Augmentable Interfaces for use with Advanced Integrations. For more information, see Advanced Integrations.
Interfaces
| Interface | Description |
|---|---|
| ReactiveModelAgumentations | Interface for augmenting ReactiveModel instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveModel should extend this interface via declaration merging. |
| ReactiveQueryCollectionAgumentations | Interface for augmenting ReactiveQueryCollection instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveQueryCollection should extend this interface via declaration merging. |
| ReactiveQueryResultAgumentations | Interface for augmenting ReactiveQueryResult instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveQueryResult should extend this interface via declaration merging. |