UNPKG

ngx-rickandmorty

Version:

7 lines (6 loc) 109 B
export interface RawPagination { count: number; pages: number; next: string; prev: string; }