UNPKG

@fnt-eve/esi-client-typescript

Version:

[![npm version](https://img.shields.io/npm/v/@fnt-eve/esi-client-typescript)](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)

85 lines 2.83 kB
/** * 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. */ /** * attacker object * @export * @interface GetKillmailsKillmailIdKillmailHashAttacker */ export interface GetKillmailsKillmailIdKillmailHashAttacker { /** * alliance_id integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ allianceId?: number; /** * character_id integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ characterId?: number; /** * corporation_id integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ corporationId?: number; /** * damage_done integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ damageDone: number; /** * faction_id integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ factionId?: number; /** * Was the attacker the one to achieve the final blow * * @type {boolean} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ finalBlow: boolean; /** * Security status for the attacker * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ securityStatus: number; /** * What ship was the attacker flying * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ shipTypeId?: number; /** * What weapon was used by the attacker for the kill * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashAttacker */ weaponTypeId?: number; } /** * Check if a given object implements the GetKillmailsKillmailIdKillmailHashAttacker interface. */ export declare function instanceOfGetKillmailsKillmailIdKillmailHashAttacker(value: object): value is GetKillmailsKillmailIdKillmailHashAttacker; export declare function GetKillmailsKillmailIdKillmailHashAttackerFromJSON(json: any): GetKillmailsKillmailIdKillmailHashAttacker; export declare function GetKillmailsKillmailIdKillmailHashAttackerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashAttacker; export declare function GetKillmailsKillmailIdKillmailHashAttackerToJSON(json: any): GetKillmailsKillmailIdKillmailHashAttacker; export declare function GetKillmailsKillmailIdKillmailHashAttackerToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashAttacker | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetKillmailsKillmailIdKillmailHashAttacker.d.ts.map