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