UNPKG

@omnia/fx-models

Version:
6 lines (5 loc) 104 B
export interface IPagingable { includeTotal?: boolean; itemLimit?: number; skip?: number; }