UNPKG

flibusta

Version:

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

8 lines (6 loc) 189 B
import Author from './authors'; import { Nullable } from './generals'; export default interface AuthorBooks extends Author { books: Nullable<number>; translations: Nullable<number>; }