We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625680d commit 8c7c9a1Copy full SHA for 8c7c9a1
1 file changed
src/shared/core/domain/models/PublicationStatus.ts
@@ -1,5 +1,7 @@
1
export enum PublicationStatus {
2
Published = 'Published',
3
Unpublished = 'Unpublished',
4
- Draft = 'Draft'
+ Draft = 'Draft',
5
+ Deaccessioned = 'Deaccessioned',
6
+ InReview = 'In Review'
7
}
0 commit comments