UNPKG

ngx-rickandmorty

Version:

9 lines (8 loc) 234 B
import { RawPagination } from './raw-pagination'; export declare class Pagination<T> { count: number; pages: number; next: T; prev: T; static fromJson<T>({ next, prev, ...common }: RawPagination): Pagination<T>; }