mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
remove IPassioSystem entity
This commit is contained in:
@@ -6,10 +6,6 @@ export interface IEntityWithId {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export interface IPassioSystem extends IEntityWithId, IEntityWithOptionalTimestamp {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface ICoordinates {
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
|
||||
Reference in New Issue
Block a user