LocationName optional in Location {}
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user