forked from Github/frigate
Use export name in export deletion dialog instead of file id (#11049)
* use export name in dialog instead of file id * add type for deletion
This commit is contained in:
@@ -7,3 +7,8 @@ export type Export = {
|
||||
thumb_path: string;
|
||||
in_progress: boolean;
|
||||
};
|
||||
|
||||
export type DeleteClipType = {
|
||||
file: string;
|
||||
exportName: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user