# RouteConnection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **from** | **number** | From which system | [default to undefined] **to** | **number** | To which system | [default to undefined] ## Example ```typescript import { RouteConnection } from 'eve-esi-client-ts'; const instance: RouteConnection = { from, to, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)