# CharactersCharacterIdKillmailsRecentGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **killmail_hash** | **string** | A hash of this killmail | [default to undefined] **killmail_id** | **number** | ID of this killmail | [default to undefined] ## Example ```typescript import { CharactersCharacterIdKillmailsRecentGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdKillmailsRecentGetInner = { killmail_hash, killmail_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)