mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 12:00:42 +09:00
refactor: remove tag entity (#17462)
This commit is contained in:
@@ -92,6 +92,13 @@ export type Asset = {
|
||||
type: AssetType;
|
||||
};
|
||||
|
||||
export type SidecarWriteAsset = {
|
||||
id: string;
|
||||
sidecarPath: string | null;
|
||||
originalPath: string;
|
||||
tags: Array<{ value: string }>;
|
||||
};
|
||||
|
||||
export type AuthSharedLink = {
|
||||
id: string;
|
||||
expiresAt: Date | null;
|
||||
|
||||
Reference in New Issue
Block a user