/**
 * 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.
 */
/**
 * 201 created object
 * @export
 * @interface PostCharactersCharacterIdFittingsCreated
 */
export interface PostCharactersCharacterIdFittingsCreated {
    /**
     * fitting_id integer
     * @type {number}
     * @memberof PostCharactersCharacterIdFittingsCreated
     */
    fittingId: number;
}
/**
 * Check if a given object implements the PostCharactersCharacterIdFittingsCreated interface.
 */
export declare function instanceOfPostCharactersCharacterIdFittingsCreated(value: object): value is PostCharactersCharacterIdFittingsCreated;
export declare function PostCharactersCharacterIdFittingsCreatedFromJSON(json: any): PostCharactersCharacterIdFittingsCreated;
export declare function PostCharactersCharacterIdFittingsCreatedFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCharactersCharacterIdFittingsCreated;
export declare function PostCharactersCharacterIdFittingsCreatedToJSON(json: any): PostCharactersCharacterIdFittingsCreated;
export declare function PostCharactersCharacterIdFittingsCreatedToJSONTyped(value?: PostCharactersCharacterIdFittingsCreated | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostCharactersCharacterIdFittingsCreated.d.ts.map