/**
 * 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.
 */
/**
 * 200 ok object
 * @export
 * @interface GetUniverseSchematicsSchematicIdOk
 */
export interface GetUniverseSchematicsSchematicIdOk {
    /**
     * Time in seconds to process a run
     * @type {number}
     * @memberof GetUniverseSchematicsSchematicIdOk
     */
    cycleTime: number;
    /**
     * schematic_name string
     * @type {string}
     * @memberof GetUniverseSchematicsSchematicIdOk
     */
    schematicName: string;
}
/**
 * Check if a given object implements the GetUniverseSchematicsSchematicIdOk interface.
 */
export declare function instanceOfGetUniverseSchematicsSchematicIdOk(value: object): value is GetUniverseSchematicsSchematicIdOk;
export declare function GetUniverseSchematicsSchematicIdOkFromJSON(json: any): GetUniverseSchematicsSchematicIdOk;
export declare function GetUniverseSchematicsSchematicIdOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseSchematicsSchematicIdOk;
export declare function GetUniverseSchematicsSchematicIdOkToJSON(json: any): GetUniverseSchematicsSchematicIdOk;
export declare function GetUniverseSchematicsSchematicIdOkToJSONTyped(value?: GetUniverseSchematicsSchematicIdOk | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetUniverseSchematicsSchematicIdOk.d.ts.map