mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 05:39:46 +09:00
fix(server): on_asset_update event sends varying data types (#7179)
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Events {
|
||||
on_asset_update: (asset: AssetResponseDto) => void;
|
||||
on_asset_hidden: (assetId: string) => void;
|
||||
on_asset_restore: (assetIds: string[]) => void;
|
||||
on_asset_stack_update: (assetIds: string[]) => void;
|
||||
on_person_thumbnail: (personId: string) => void;
|
||||
on_server_version: (serverVersion: ServerVersionResponseDto) => void;
|
||||
on_config_update: () => void;
|
||||
|
||||
Reference in New Issue
Block a user