/** * EVE Swagger Interface * An OpenAPI for EVE Online * * The version of the OpenAPI document: 1.36 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { GetCharactersCharacterIdPlanetsPlanetIdLink } from './GetCharactersCharacterIdPlanetsPlanetIdLink'; import type { GetCharactersCharacterIdPlanetsPlanetIdPin } from './GetCharactersCharacterIdPlanetsPlanetIdPin'; import type { GetCharactersCharacterIdPlanetsPlanetIdRoute } from './GetCharactersCharacterIdPlanetsPlanetIdRoute'; /** * 200 ok object * @export * @interface GetCharactersCharacterIdPlanetsPlanetIdOk */ export interface GetCharactersCharacterIdPlanetsPlanetIdOk { /** * links array * @type {Array} * @memberof GetCharactersCharacterIdPlanetsPlanetIdOk */ links: Array; /** * pins array * @type {Array} * @memberof GetCharactersCharacterIdPlanetsPlanetIdOk */ pins: Array; /** * routes array * @type {Array} * @memberof GetCharactersCharacterIdPlanetsPlanetIdOk */ routes: Array; } /** * Check if a given object implements the GetCharactersCharacterIdPlanetsPlanetIdOk interface. */ export declare function instanceOfGetCharactersCharacterIdPlanetsPlanetIdOk(value: object): value is GetCharactersCharacterIdPlanetsPlanetIdOk; export declare function GetCharactersCharacterIdPlanetsPlanetIdOkFromJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdOk; export declare function GetCharactersCharacterIdPlanetsPlanetIdOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdPlanetsPlanetIdOk; export declare function GetCharactersCharacterIdPlanetsPlanetIdOkToJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdOk; export declare function GetCharactersCharacterIdPlanetsPlanetIdOkToJSONTyped(value?: GetCharactersCharacterIdPlanetsPlanetIdOk | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetCharactersCharacterIdPlanetsPlanetIdOk.d.ts.map