import { Idable } from './Idable'; export interface PaginatedResult { array: Partial[]; length: number; page: number; pageSize: number; }