forked from Github/frigate
Improve reindex completion flag (#14308)
This commit is contained in:
@@ -68,6 +68,7 @@ export type EmbeddingsReindexProgressType = {
|
||||
processed_objects: number;
|
||||
total_objects: number;
|
||||
time_remaining: number;
|
||||
status: string;
|
||||
};
|
||||
|
||||
export type ToggleableSetting = "ON" | "OFF";
|
||||
|
||||
Reference in New Issue
Block a user