committed by
GitHub
parent
10962a5c54
commit
5093224914
@@ -0,0 +1,6 @@
|
||||
export enum IndexMetadataStatus {
|
||||
PENDING = "pending",
|
||||
PROCESSING = "processing",
|
||||
DONE = "done",
|
||||
ERROR = "error",
|
||||
}
|
||||
Reference in New Issue
Block a user