Search
The IModel interface defines the basic properties and methods of a model object.
IModel
export interface IModel { toJSON: () => any; }
Converts the model object to JSON format.