feat: update
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface Berth {
|
||||
Id: number;
|
||||
"Mooring Number": string;
|
||||
Length: string;
|
||||
Draft: string;
|
||||
@@ -92,4 +93,9 @@ export interface Interest {
|
||||
"Request More Info - To Sales": string;
|
||||
"EOI Send to Sales": string;
|
||||
"Time LOI Sent": string;
|
||||
Berths: number;
|
||||
}
|
||||
|
||||
export interface InterestsResponse {
|
||||
list: Interest[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user