mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 15:16:31 -04:00
feat: location favorites
This commit is contained in:
@@ -274,6 +274,16 @@ export type AssetFace = {
|
||||
updateId: string;
|
||||
};
|
||||
|
||||
export type FavoriteLocation = {
|
||||
id: string;
|
||||
name: string;
|
||||
userId: string;
|
||||
latitude: number | null;
|
||||
longitude: number | null;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
};
|
||||
|
||||
export type Plugin = Selectable<PluginTable>;
|
||||
|
||||
export type PluginFilter = Selectable<PluginFilterTable> & {
|
||||
|
||||
Reference in New Issue
Block a user