Prune new API

This commit is contained in:
Manav Rathi
2024-05-30 10:07:48 +05:30
parent cbdd82f6c0
commit aa353b57e8

View File

@@ -147,11 +147,8 @@ export interface FaceIndexingStatus {
* library.
*/
phase: "scheduled" | "indexing" | "clustering" | "done";
outOfSyncFilesExists: boolean;
nSyncedFiles: number;
nTotalFiles: number;
localFilesSynced: boolean;
peopleIndexSynced: boolean;
}
export const convertToNewInterface = (indexStatus: IndexStatus) => {