import { IBaseModel } from './ibase-model'; export interface IResultSearch { page: number; total: number; result: T[]; }