UNPKG

@bd-innovations/abstract-section

Version:

A bunch of abstract logic for the section

5 lines (4 loc) 87 B
export interface PaginatedResponseConfig<T> { list: T[]; totalItems: number; }