Added three sizes of book cover small medium and large to be returned as cover_url.

This commit is contained in:
krzysiej
2022-05-26 13:02:52 +02:00
parent 0ce3fe1b0a
commit 825348ce7a
2 changed files with 21 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ abstract class AbstractBookInfo
public string $description;
public string $title;
public string $category;
public string $cover_url;
public array $cover_url;
public int $pages;
public string $cycle;
public int $volume;