Archive collections (#7266)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Apoorv Mishra
2024-10-06 18:07:11 +05:30
committed by GitHub
parent 8b5fdba6f4
commit 35ff70bf14
38 changed files with 1983 additions and 289 deletions

View File

@@ -13,6 +13,10 @@ export enum StatusFilter {
Draft = "draft",
}
export enum CollectionStatusFilter {
Archived = "archived",
}
export enum CommentStatusFilter {
Resolved = "resolved",
Unresolved = "unresolved",