mirror of
https://github.com/immich-app/immich.git
synced 2025-11-16 06:02:35 +09:00
feat(server/web) Add manual job trigger mechanism to the web (#767)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { AssetEntity } from '@app/database/entities/asset.entity';
|
||||
|
||||
export interface IMachineLearningJob {
|
||||
/**
|
||||
* The Asset entity that was saved in the database
|
||||
*/
|
||||
asset: AssetEntity;
|
||||
}
|
||||
Reference in New Issue
Block a user