diff --git a/package.json b/package.json index 4e7ce81..e92393a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@owlboard/ts-types", - "version": "0.0.6", + "version": "0.0.7", "description": "Declares Typescript types for the OwlBoard stack", "main": "index.ts", "scripts": { diff --git a/src/owlboardApi/staffLdb.ts b/src/owlboardApi/staffLdb.ts index 564a5c0..53463c9 100644 --- a/src/owlboardApi/staffLdb.ts +++ b/src/owlboardApi/staffLdb.ts @@ -43,4 +43,5 @@ export interface TrainServices { export interface ServiceLocation { tiploc: string; name: string; + via?: string; } \ No newline at end of file