UNPKG

ngx-rickandmorty

Version:

6 lines (5 loc) 129 B
import { RawPagination } from './raw-pagination'; export interface RawResponse<T> { info: RawPagination; results: T[]; }