diff --git a/docs/Types.md b/docs/Types.md index 293cf1d..02fd79f 100644 --- a/docs/Types.md +++ b/docs/Types.md @@ -10,7 +10,25 @@ ## Manga ``` { - + "sortName": string, + "authors": string[], + "altTitles": string[][], + "description": string, + "tags": string[], + "coverUrl": string, + "coverFileNameInCache": string, + "links": string[][], + "year": int, + "originalLanguage": string, + "releaseStatus": int, + "folderName": string, + "publicationId": string, + "internalId": string, + "ignoreChaptersBelow": decimal, + "latestChapterDownloaded": decimal, + "latestChapterAvailable": decimal, + "websiteUrl": string, + "mangaConnector": Connector } ```