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