UNPKG

@bd-innovations/abstract-section

Version:

A bunch of abstract logic for the section

9 lines (8 loc) 143 B
/** * @deprecated * */ export interface PaginatedResponseModel<T> { numberOfEntities?: number; totalItems?: number; list: T[]; }