@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
57 lines • 2.13 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.
*/
/**
* item object
* @export
* @interface GetKillmailsKillmailIdKillmailHashItemsItem
*/
export interface GetKillmailsKillmailIdKillmailHashItemsItem {
/**
* flag integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashItemsItem
*/
flag: number;
/**
* item_type_id integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashItemsItem
*/
itemTypeId: number;
/**
* quantity_destroyed integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashItemsItem
*/
quantityDestroyed?: number;
/**
* quantity_dropped integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashItemsItem
*/
quantityDropped?: number;
/**
* singleton integer
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashItemsItem
*/
singleton: number;
}
/**
* Check if a given object implements the GetKillmailsKillmailIdKillmailHashItemsItem interface.
*/
export declare function instanceOfGetKillmailsKillmailIdKillmailHashItemsItem(value: object): value is GetKillmailsKillmailIdKillmailHashItemsItem;
export declare function GetKillmailsKillmailIdKillmailHashItemsItemFromJSON(json: any): GetKillmailsKillmailIdKillmailHashItemsItem;
export declare function GetKillmailsKillmailIdKillmailHashItemsItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashItemsItem;
export declare function GetKillmailsKillmailIdKillmailHashItemsItemToJSON(json: any): GetKillmailsKillmailIdKillmailHashItemsItem;
export declare function GetKillmailsKillmailIdKillmailHashItemsItemToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashItemsItem | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetKillmailsKillmailIdKillmailHashItemsItem.d.ts.map