Skip to content

Commit

Permalink
Add ReleaseStatus to docs/types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Oct 18, 2024
1 parent 1a63136 commit 70993a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"links": string[][],
"year": int,
"originalLanguage": string,
"releaseStatus": int,
"releaseStatus": ReleaseStatus,
"folderName": string,
"publicationId": string,
"internalId": string,
Expand All @@ -39,6 +39,17 @@
}
```

## ReleaseStatus
```
{
Continuing = 0,
Completed = 1,
OnHiatus = 2,
Cancelled = 3,
Unreleased = 4
}
```

## Job
```
{
Expand Down

0 comments on commit 70993a6

Please sign in to comment.