UNPKG

flibusta

Version:

Unofficial Flibusta API based on website search engine. If you like to read books - buy

6 lines (4 loc) 309 B
import { PaginatedSearchResult } from './paginatedSearchResult'; import { PagesInformation } from './pagesInformation'; export type SearchOpdsPagesInformation = Omit<PagesInformation, 'totalPages'>; export type SearchOpdsPaginatedResult<T> = Omit<PaginatedSearchResult<T>, 'totalPages' | 'totalCountItems'>;