# FwStatsGetInnerKills Summary of kills against an enemy faction for the given faction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **last_week** | **number** | Last week\'s total number of kills against enemy factions | [default to undefined] **total** | **number** | Total number of kills against enemy factions since faction warfare began | [default to undefined] **yesterday** | **number** | Yesterday\'s total number of kills against enemy factions | [default to undefined] ## Example ```typescript import { FwStatsGetInnerKills } from 'eve-esi-client-ts'; const instance: FwStatsGetInnerKills = { last_week, total, yesterday, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)