update entities and schema to include orientation in degrees

This commit is contained in:
2025-03-17 13:15:07 -07:00
parent 217fb065cb
commit d9d11e1b31
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export interface IShuttle extends IEntityWithId, IEntityWithOptionalTimestamp {
name: string;
routeId: string;
systemId: string;
orientationInDegrees: number;
}
export interface IEta extends IEntityWithOptionalTimestamp {