/**
 * EVE Swagger Interface
 * An OpenAPI for EVE Online
 *
 * The version of the OpenAPI document: 1.33
 *
 *
 * 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 PostCharactersCharacterIdFittingsItem
 */
export interface PostCharactersCharacterIdFittingsItem {
    /**
     * Fitting location for the item. Entries placed in 'Invalid' will be discarded. If this leaves the fitting with nothing, it will cause an error.
     * @type {string}
     * @memberof PostCharactersCharacterIdFittingsItem
     */
    flag: PostCharactersCharacterIdFittingsItemFlagEnum;
    /**
     * quantity integer
     * @type {number}
     * @memberof PostCharactersCharacterIdFittingsItem
     */
    quantity: number;
    /**
     * type_id integer
     * @type {number}
     * @memberof PostCharactersCharacterIdFittingsItem
     */
    typeId: number;
}
/**
 * @export
 */
export declare const PostCharactersCharacterIdFittingsItemFlagEnum: {
    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 PostCharactersCharacterIdFittingsItemFlagEnum = typeof PostCharactersCharacterIdFittingsItemFlagEnum[keyof typeof PostCharactersCharacterIdFittingsItemFlagEnum];
/**
 * Check if a given object implements the PostCharactersCharacterIdFittingsItem interface.
 */
export declare function instanceOfPostCharactersCharacterIdFittingsItem(value: object): value is PostCharactersCharacterIdFittingsItem;
export declare function PostCharactersCharacterIdFittingsItemFromJSON(json: any): PostCharactersCharacterIdFittingsItem;
export declare function PostCharactersCharacterIdFittingsItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCharactersCharacterIdFittingsItem;
export declare function PostCharactersCharacterIdFittingsItemToJSON(json: any): PostCharactersCharacterIdFittingsItem;
export declare function PostCharactersCharacterIdFittingsItemToJSONTyped(value?: PostCharactersCharacterIdFittingsItem | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostCharactersCharacterIdFittingsItem.d.ts.map