Fix bug in staffLdb type
This commit is contained in:
parent
cb743fc2ca
commit
e96f0e3bed
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -24,7 +24,7 @@ export interface TrainServices {
|
||||
serviceIsSupressed?: string;
|
||||
origin: ServiceLocation[];
|
||||
destination: ServiceLocation[];
|
||||
isCancelled: string;
|
||||
isCancelled?: string;
|
||||
cancelReason?: string;
|
||||
delayReason?: string;
|
||||
arrivalType?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user