Add length property to StaffLdb interface
This commit is contained in:
parent
e96f0e3bed
commit
f5d140b6b5
@ -1,10 +1,12 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "echo \"Error: project contains only types, not buildable\" && exit 1",
|
||||
"run": "echo \"Error: project contains only types, not runnable\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -24,6 +24,7 @@ export interface TrainServices {
|
||||
serviceIsSupressed?: string;
|
||||
origin: ServiceLocation[];
|
||||
destination: ServiceLocation[];
|
||||
length?: number;
|
||||
isCancelled?: string;
|
||||
cancelReason?: string;
|
||||
delayReason?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user