@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
74 lines • 2.75 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 { GetKillmailsKillmailIdKillmailHashAttacker } from './GetKillmailsKillmailIdKillmailHashAttacker';
import type { GetKillmailsKillmailIdKillmailHashVictim } from './GetKillmailsKillmailIdKillmailHashVictim';
/**
* 200 ok object
* @export
* @interface GetKillmailsKillmailIdKillmailHashOk
*/
export interface GetKillmailsKillmailIdKillmailHashOk {
/**
* attackers array
* @type {Array<GetKillmailsKillmailIdKillmailHashAttacker>}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
attackers: Array<GetKillmailsKillmailIdKillmailHashAttacker>;
/**
* ID of the killmail
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
killmailId: number;
/**
* Time that the victim was killed and the killmail generated
*
* @type {Date}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
killmailTime: Date;
/**
* Moon if the kill took place at one
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
moonId?: number;
/**
* Solar system that the kill took place in
*
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
solarSystemId: number;
/**
*
* @type {GetKillmailsKillmailIdKillmailHashVictim}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
victim: GetKillmailsKillmailIdKillmailHashVictim;
/**
* War if the killmail is generated in relation to an official war
*
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashOk
*/
warId?: number;
}
/**
* Check if a given object implements the GetKillmailsKillmailIdKillmailHashOk interface.
*/
export declare function instanceOfGetKillmailsKillmailIdKillmailHashOk(value: object): value is GetKillmailsKillmailIdKillmailHashOk;
export declare function GetKillmailsKillmailIdKillmailHashOkFromJSON(json: any): GetKillmailsKillmailIdKillmailHashOk;
export declare function GetKillmailsKillmailIdKillmailHashOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashOk;
export declare function GetKillmailsKillmailIdKillmailHashOkToJSON(json: any): GetKillmailsKillmailIdKillmailHashOk;
export declare function GetKillmailsKillmailIdKillmailHashOkToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashOk | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetKillmailsKillmailIdKillmailHashOk.d.ts.map