mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
@@ -120,6 +120,7 @@ export interface IBaseJob {
|
||||
export interface IEntityJob extends IBaseJob {
|
||||
id: string;
|
||||
source?: 'upload' | 'sidecar-write' | 'copy';
|
||||
notify?: boolean;
|
||||
}
|
||||
|
||||
export interface IAssetDeleteJob extends IEntityJob {
|
||||
|
||||
Reference in New Issue
Block a user