Interface IDataFunc

interface IDataFunc {
    fetchById(id: string): IModel;
}

Methods

Methods