mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
update entities and schema to include orientation in degrees
This commit is contained in:
@@ -33,6 +33,7 @@ export interface IShuttle extends IEntityWithId, IEntityWithOptionalTimestamp {
|
||||
name: string;
|
||||
routeId: string;
|
||||
systemId: string;
|
||||
orientationInDegrees: number;
|
||||
}
|
||||
|
||||
export interface IEta extends IEntityWithOptionalTimestamp {
|
||||
|
||||
Reference in New Issue
Block a user