feat: add job ids

This commit is contained in:
Jonathan Jogenfors
2025-02-07 23:19:41 +01:00
parent c5360e78c5
commit 00ec2bd525
4 changed files with 25 additions and 16 deletions

View File

@@ -144,7 +144,6 @@ export interface IAssetDeleteJob extends IEntityJob {
}
export interface ILibraryFileJob extends IEntityJob {
ownerId: string;
assetPath: string;
}