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