UNPKG

goodreads-bookshelf

Version:
5 lines (4 loc) 94 B
export interface BookDataFetcher { fetch(): Promise<string>; incrementPage(): void; }