chore(index): config changes (#11121)

Closes FRMW-2884
This commit is contained in:
Carlos R. L. Rodrigues
2025-01-27 09:54:46 -03:00
committed by GitHub
parent 10962a5c54
commit 5093224914
9 changed files with 673 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
export enum IndexMetadataStatus {
PENDING = "pending",
PROCESSING = "processing",
DONE = "done",
ERROR = "error",
}