UNPKG

@calf/common

Version:
8 lines (7 loc) 188 B
export interface IListQueryResult<TEntity, TCustomResult = any> { items?: TEntity[]; page?: number; pageSize?: number; total?: number; custom?: TCustomResult; }