This commit is contained in:
Manav Rathi
2024-05-30 10:20:57 +05:30
parent aa353b57e8
commit 85785f7543

View File

@@ -147,7 +147,9 @@ export interface FaceIndexingStatus {
* library.
*/
phase: "scheduled" | "indexing" | "clustering" | "done";
/** The number of files that have already been indexed. */
nSyncedFiles: number;
/** The total number of files that are eligible for indexing. */
nTotalFiles: number;
}