Extend Types.md documentation
This commit is contained in:
parent
225db8beda
commit
6a4d454a08
@ -10,7 +10,25 @@
|
|||||||
## Manga
|
## 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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user