UNPKG

eust-conciliation

Version:
7 lines (6 loc) 99 B
export interface IPagination<T> { count: number; limit: number; offset: number; data: T; }