Cập nhật tab Nhật ký ( CRUD chuyến đi, CRUD thuyền viên trong chuyến đi )
This commit is contained in:
2
controller/typings.d.ts
vendored
2
controller/typings.d.ts
vendored
@@ -234,7 +234,6 @@ declare namespace Model {
|
||||
|
||||
// API body interface for creating a new trip
|
||||
interface TripAPIBody {
|
||||
thing_id?: string;
|
||||
name: string;
|
||||
departure_time: string; // ISO string
|
||||
departure_port_id: number;
|
||||
@@ -372,6 +371,7 @@ declare namespace Model {
|
||||
dir?: "asc" | "desc";
|
||||
name?: string;
|
||||
level?: number;
|
||||
thing_id?: string;
|
||||
confirmed?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user