# CorporationsStructuresSovereigntyHubsDetailTransportState Current state of the workforce transport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_import** | [**CorporationsStructuresSovereigntyHubsDetailTransportstateimport**](CorporationsStructuresSovereigntyHubsDetailTransportstateimport.md) | Workforce is being imported | [optional] [default to undefined] **_export** | [**CorporationsStructuresSovereigntyHubsDetailTransportstateexport**](CorporationsStructuresSovereigntyHubsDetailTransportstateexport.md) | Workforce is being exported | [optional] [default to undefined] **transit** | **boolean** | Workforce is requested to be brought to transit | [optional] [default to undefined] ## Example ```typescript import { CorporationsStructuresSovereigntyHubsDetailTransportState } from 'eve-esi-client-ts'; const instance: CorporationsStructuresSovereigntyHubsDetailTransportState = { _import, _export, transit, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)