refactor: dedicated queries for asset jobs (#17652)

This commit is contained in:
Daniel Dietzler 2025-04-16 20:08:49 +02:00 committed by GitHub
parent 8f8ff3adc0
commit f50e5d006c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 310 additions and 163 deletions

View file

@ -28,7 +28,7 @@ export interface MoveRequest {
export type GeneratedImageType = AssetPathType.PREVIEW | AssetPathType.THUMBNAIL | AssetPathType.FULLSIZE;
export type GeneratedAssetType = GeneratedImageType | AssetPathType.ENCODED_VIDEO;
type ThumbnailPathEntity = { id: string; ownerId: string };
export type ThumbnailPathEntity = { id: string; ownerId: string };
let instance: StorageCore | null;