create sender fix

This commit is contained in:
Timofey
2025-05-22 13:52:02 +03:00
parent 4182708db7
commit b0aef18c38
6 changed files with 115 additions and 57 deletions

View File

@@ -171,6 +171,7 @@ export interface Route {
export interface SelectOption {
id: number
label: string
value: string | CargoType | TransportType
}
export interface MultiSelectProps {