feat: Implement Ventanilla Única (VU) management for customs brokers, including API, UI, and data model updates, and add a new state selection dialog.
This commit is contained in:
@@ -22,6 +22,7 @@ export interface CustomsBroker {
|
||||
contact?: string | null;
|
||||
tenant_id: string;
|
||||
company_id: string;
|
||||
vu?: CustomsBrokerVU | null;
|
||||
}
|
||||
|
||||
export interface CustomsBrokerVU {
|
||||
|
||||
Reference in New Issue
Block a user