Add 'via' field to staffLdb Types
This commit is contained in:
parent
f5d140b6b5
commit
27f2e16fb4
@ -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": {
|
||||
|
@ -43,4 +43,5 @@ export interface TrainServices {
|
||||
export interface ServiceLocation {
|
||||
tiploc: string;
|
||||
name: string;
|
||||
via?: string;
|
||||
}
|
Loading…
Reference in New Issue
Block a user