Update TripDay models: add date
This commit is contained in:
parent
20cf000020
commit
f5f76f8a7b
@ -39,6 +39,7 @@ export interface TripAttachment {
|
|||||||
|
|
||||||
export interface TripDay {
|
export interface TripDay {
|
||||||
id: number;
|
id: number;
|
||||||
|
dt?: string;
|
||||||
label: string;
|
label: string;
|
||||||
items: TripItem[];
|
items: TripItem[];
|
||||||
}
|
}
|
||||||
@ -68,6 +69,7 @@ export interface TripStatus {
|
|||||||
export interface FlattenedTripItem {
|
export interface FlattenedTripItem {
|
||||||
td_id: number;
|
td_id: number;
|
||||||
td_label: string;
|
td_label: string;
|
||||||
|
td_date?: string;
|
||||||
id: number;
|
id: number;
|
||||||
time: string;
|
time: string;
|
||||||
text: string;
|
text: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user