@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
79 lines • 2.92 kB
TypeScript
/**
* EVE Swagger Interface
* An OpenAPI for EVE Online
*
* The version of the OpenAPI document: 1.36
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import type { GetKillmailsKillmailIdKillmailHashItem } from './GetKillmailsKillmailIdKillmailHashItem';
import type { GetKillmailsKillmailIdKillmailHashPosition } from './GetKillmailsKillmailIdKillmailHashPosition';
/**
* victim object
* @export
* @interface GetKillmailsKillmailIdKillmailHashVictim
*/
export interface GetKillmailsKillmailIdKillmailHashVictim {
/**
* alliance_id integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
allianceId?: number;
/**
* character_id integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
characterId?: number;
/**
* corporation_id integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
corporationId?: number;
/**
* How much total damage was taken by the victim
*
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
damageTaken: number;
/**
* faction_id integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
factionId?: number;
/**
* items array
* @type {Array<GetKillmailsKillmailIdKillmailHashItem>}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
items?: Array<GetKillmailsKillmailIdKillmailHashItem>;
/**
*
* @type {GetKillmailsKillmailIdKillmailHashPosition}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
position?: GetKillmailsKillmailIdKillmailHashPosition;
/**
* The ship that the victim was piloting and was destroyed
*
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashVictim
*/
shipTypeId: number;
}
/**
* Check if a given object implements the GetKillmailsKillmailIdKillmailHashVictim interface.
*/
export declare function instanceOfGetKillmailsKillmailIdKillmailHashVictim(value: object): value is GetKillmailsKillmailIdKillmailHashVictim;
export declare function GetKillmailsKillmailIdKillmailHashVictimFromJSON(json: any): GetKillmailsKillmailIdKillmailHashVictim;
export declare function GetKillmailsKillmailIdKillmailHashVictimFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashVictim;
export declare function GetKillmailsKillmailIdKillmailHashVictimToJSON(json: any): GetKillmailsKillmailIdKillmailHashVictim;
export declare function GetKillmailsKillmailIdKillmailHashVictimToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashVictim | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetKillmailsKillmailIdKillmailHashVictim.d.ts.map