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)

67 lines 2.44 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. */ import type { GetKillmailsKillmailIdKillmailHashItemsItem } from './GetKillmailsKillmailIdKillmailHashItemsItem'; /** * item object * @export * @interface GetKillmailsKillmailIdKillmailHashItem */ export interface GetKillmailsKillmailIdKillmailHashItem { /** * Flag for the location of the item * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashItem */ flag: number; /** * item_type_id integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashItem */ itemTypeId: number; /** * items array * @type {Array<GetKillmailsKillmailIdKillmailHashItemsItem>} * @memberof GetKillmailsKillmailIdKillmailHashItem */ items?: Array<GetKillmailsKillmailIdKillmailHashItemsItem>; /** * How many of the item were destroyed if any * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashItem */ quantityDestroyed?: number; /** * How many of the item were dropped if any * * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashItem */ quantityDropped?: number; /** * singleton integer * @type {number} * @memberof GetKillmailsKillmailIdKillmailHashItem */ singleton: number; } /** * Check if a given object implements the GetKillmailsKillmailIdKillmailHashItem interface. */ export declare function instanceOfGetKillmailsKillmailIdKillmailHashItem(value: object): value is GetKillmailsKillmailIdKillmailHashItem; export declare function GetKillmailsKillmailIdKillmailHashItemFromJSON(json: any): GetKillmailsKillmailIdKillmailHashItem; export declare function GetKillmailsKillmailIdKillmailHashItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashItem; export declare function GetKillmailsKillmailIdKillmailHashItemToJSON(json: any): GetKillmailsKillmailIdKillmailHashItem; export declare function GetKillmailsKillmailIdKillmailHashItemToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashItem | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetKillmailsKillmailIdKillmailHashItem.d.ts.map