mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Add ReleaseStatus to docs/types.md
This commit is contained in:
parent
1a631362c9
commit
70993a692a
@ -21,7 +21,7 @@
|
|||||||
"links": string[][],
|
"links": string[][],
|
||||||
"year": int,
|
"year": int,
|
||||||
"originalLanguage": string,
|
"originalLanguage": string,
|
||||||
"releaseStatus": int,
|
"releaseStatus": ReleaseStatus,
|
||||||
"folderName": string,
|
"folderName": string,
|
||||||
"publicationId": string,
|
"publicationId": string,
|
||||||
"internalId": string,
|
"internalId": string,
|
||||||
@ -39,6 +39,17 @@
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## ReleaseStatus
|
||||||
|
```
|
||||||
|
{
|
||||||
|
Continuing = 0,
|
||||||
|
Completed = 1,
|
||||||
|
OnHiatus = 2,
|
||||||
|
Cancelled = 3,
|
||||||
|
Unreleased = 4
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Job
|
## Job
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user