/**
 * 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.
 */
/**
 * factory_details object
 * @export
 * @interface GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails
 */
export interface GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails {
    /**
     * schematic_id integer
     * @type {number}
     * @memberof GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails
     */
    schematicId: number;
}
/**
 * Check if a given object implements the GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails interface.
 */
export declare function instanceOfGetCharactersCharacterIdPlanetsPlanetIdFactoryDetails(value: object): value is GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
export declare function GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsFromJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
export declare function GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
export declare function GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsToJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
export declare function GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsToJSONTyped(value?: GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails.d.ts.map