Added dependencies
All checks were successful
CI / build (push) Successful in 34s

This commit is contained in:
Andrey Kernichniy 2026-03-08 12:40:57 +07:00
parent 8360edca63
commit bc9dbd24e0
12 changed files with 20 additions and 16 deletions

View file

@ -1,4 +1,4 @@
import { IModel } from "./model";
import { IModel } from "@gxc-solutions/model-base/interfaces";
export interface IIndexer<T extends IModel> {
index(page: T): void;