# Route ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **route** | **Array<number>** | The route between the origin and destination systems | [default to undefined] ## Example ```typescript import { Route } from 'eve-esi-client-ts'; const instance: Route = { route, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)