From 27f2e16fb4b0090f67c34138b4ed68828bb27117 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 7 Aug 2023 10:25:31 +0100 Subject: [PATCH] Add 'via' field to staffLdb Types --- package.json | 2 +- src/owlboardApi/staffLdb.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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