/**
 * 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 GetCharactersCharacterIdLocationOk
 */
export interface GetCharactersCharacterIdLocationOk {
    /**
     * solar_system_id integer
     * @type {number}
     * @memberof GetCharactersCharacterIdLocationOk
     */
    solarSystemId: number;
    /**
     * station_id integer
     * @type {number}
     * @memberof GetCharactersCharacterIdLocationOk
     */
    stationId?: number;
    /**
     * structure_id integer
     * @type {number}
     * @memberof GetCharactersCharacterIdLocationOk
     */
    structureId?: number;
}
/**
 * Check if a given object implements the GetCharactersCharacterIdLocationOk interface.
 */
export declare function instanceOfGetCharactersCharacterIdLocationOk(value: object): value is GetCharactersCharacterIdLocationOk;
export declare function GetCharactersCharacterIdLocationOkFromJSON(json: any): GetCharactersCharacterIdLocationOk;
export declare function GetCharactersCharacterIdLocationOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdLocationOk;
export declare function GetCharactersCharacterIdLocationOkToJSON(json: any): GetCharactersCharacterIdLocationOk;
export declare function GetCharactersCharacterIdLocationOkToJSONTyped(value?: GetCharactersCharacterIdLocationOk | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdLocationOk.d.ts.map