import { IModel } from "@gxc-solutions/model-base/interfaces"; export interface IIndexer { index(page: T): void; get(id: string): T; }