mobilizon.chapril.org-mobil.../js/src/types/paginate.ts

5 lines
67 B
TypeScript

export interface Paginate<T> {
elements: T[];
total: number;
}