mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: stop using geodata entity type (#17444)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
export class GeodataPlacesEntity {
|
||||
id!: number;
|
||||
name!: string;
|
||||
longitude!: number;
|
||||
latitude!: number;
|
||||
countryCode!: string;
|
||||
admin1Code!: string;
|
||||
admin2Code!: string;
|
||||
admin1Name!: string;
|
||||
admin2Name!: string;
|
||||
alternateNames!: string;
|
||||
modificationDate!: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user