@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
94 lines • 3.55 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 GetCharactersCharacterIdFittingsItem
*/
export interface GetCharactersCharacterIdFittingsItem {
/**
* flag string
* @type {string}
* @memberof GetCharactersCharacterIdFittingsItem
*/
flag: GetCharactersCharacterIdFittingsItemFlagEnum;
/**
* quantity integer
* @type {number}
* @memberof GetCharactersCharacterIdFittingsItem
*/
quantity: number;
/**
* type_id integer
* @type {number}
* @memberof GetCharactersCharacterIdFittingsItem
*/
typeId: number;
}
/**
* @export
*/
export declare const GetCharactersCharacterIdFittingsItemFlagEnum: {
readonly Cargo: "Cargo";
readonly DroneBay: "DroneBay";
readonly FighterBay: "FighterBay";
readonly HiSlot0: "HiSlot0";
readonly HiSlot1: "HiSlot1";
readonly HiSlot2: "HiSlot2";
readonly HiSlot3: "HiSlot3";
readonly HiSlot4: "HiSlot4";
readonly HiSlot5: "HiSlot5";
readonly HiSlot6: "HiSlot6";
readonly HiSlot7: "HiSlot7";
readonly Invalid: "Invalid";
readonly LoSlot0: "LoSlot0";
readonly LoSlot1: "LoSlot1";
readonly LoSlot2: "LoSlot2";
readonly LoSlot3: "LoSlot3";
readonly LoSlot4: "LoSlot4";
readonly LoSlot5: "LoSlot5";
readonly LoSlot6: "LoSlot6";
readonly LoSlot7: "LoSlot7";
readonly MedSlot0: "MedSlot0";
readonly MedSlot1: "MedSlot1";
readonly MedSlot2: "MedSlot2";
readonly MedSlot3: "MedSlot3";
readonly MedSlot4: "MedSlot4";
readonly MedSlot5: "MedSlot5";
readonly MedSlot6: "MedSlot6";
readonly MedSlot7: "MedSlot7";
readonly RigSlot0: "RigSlot0";
readonly RigSlot1: "RigSlot1";
readonly RigSlot2: "RigSlot2";
readonly ServiceSlot0: "ServiceSlot0";
readonly ServiceSlot1: "ServiceSlot1";
readonly ServiceSlot2: "ServiceSlot2";
readonly ServiceSlot3: "ServiceSlot3";
readonly ServiceSlot4: "ServiceSlot4";
readonly ServiceSlot5: "ServiceSlot5";
readonly ServiceSlot6: "ServiceSlot6";
readonly ServiceSlot7: "ServiceSlot7";
readonly SubSystemSlot0: "SubSystemSlot0";
readonly SubSystemSlot1: "SubSystemSlot1";
readonly SubSystemSlot2: "SubSystemSlot2";
readonly SubSystemSlot3: "SubSystemSlot3";
};
export type GetCharactersCharacterIdFittingsItemFlagEnum = typeof GetCharactersCharacterIdFittingsItemFlagEnum[keyof typeof GetCharactersCharacterIdFittingsItemFlagEnum];
/**
* Check if a given object implements the GetCharactersCharacterIdFittingsItem interface.
*/
export declare function instanceOfGetCharactersCharacterIdFittingsItem(value: object): value is GetCharactersCharacterIdFittingsItem;
export declare function GetCharactersCharacterIdFittingsItemFromJSON(json: any): GetCharactersCharacterIdFittingsItem;
export declare function GetCharactersCharacterIdFittingsItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdFittingsItem;
export declare function GetCharactersCharacterIdFittingsItemToJSON(json: any): GetCharactersCharacterIdFittingsItem;
export declare function GetCharactersCharacterIdFittingsItemToJSONTyped(value?: GetCharactersCharacterIdFittingsItem | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdFittingsItem.d.ts.map