import { IModel } from "./model"; export interface IIndexer { index(page: T): void; get(id: string): T; }