feat: update

This commit is contained in:
Ron
2025-06-03 18:57:08 +03:00
parent b4313dd815
commit b3651e7f43
17 changed files with 2066 additions and 490 deletions

View File

@@ -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[];
}