LocationName optional in Location {}
This commit is contained in:
parent
27f2e16fb4
commit
5d947e5ad3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -42,6 +42,6 @@ export interface TrainServices {
|
||||
|
||||
export interface ServiceLocation {
|
||||
tiploc: string;
|
||||
name: string;
|
||||
name?: string;
|
||||
via?: string;
|
||||
}
|
Loading…
Reference in New Issue
Block a user