remove IPassioSystem entity

This commit is contained in:
2025-04-08 16:09:15 -07:00
parent 2741d229f9
commit 0ce0c54ddd
5 changed files with 9 additions and 19 deletions

View File

@@ -6,10 +6,6 @@ export interface IEntityWithId {
id: string;
}
export interface IPassioSystem extends IEntityWithId, IEntityWithOptionalTimestamp {
name: string;
}
export interface ICoordinates {
latitude: number;
longitude: number;