staffLdb times can be Date | string
This commit is contained in:
parent
5d947e5ad3
commit
fd6eb64cc4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -30,12 +30,12 @@ export interface TrainServices {
|
||||
delayReason?: string;
|
||||
arrivalType?: string;
|
||||
departureType?: string;
|
||||
sta?: Date;
|
||||
eta?: Date;
|
||||
ata?: Date;
|
||||
std?: Date;
|
||||
etd?: Date;
|
||||
atd?: Date;
|
||||
sta?: Date | string;
|
||||
eta?: Date | string;
|
||||
ata?: Date | string;
|
||||
std?: Date | string;
|
||||
etd?: Date | string;
|
||||
atd?: Date | string;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user