/** * 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. */ /** * Not found * @export * @interface GetUniverseStationsStationIdNotFound */ export interface GetUniverseStationsStationIdNotFound { /** * Not found message * @type {string} * @memberof GetUniverseStationsStationIdNotFound */ error?: string; } /** * Check if a given object implements the GetUniverseStationsStationIdNotFound interface. */ export declare function instanceOfGetUniverseStationsStationIdNotFound(value: object): value is GetUniverseStationsStationIdNotFound; export declare function GetUniverseStationsStationIdNotFoundFromJSON(json: any): GetUniverseStationsStationIdNotFound; export declare function GetUniverseStationsStationIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseStationsStationIdNotFound; export declare function GetUniverseStationsStationIdNotFoundToJSON(json: any): GetUniverseStationsStationIdNotFound; export declare function GetUniverseStationsStationIdNotFoundToJSONTyped(value?: GetUniverseStationsStationIdNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetUniverseStationsStationIdNotFound.d.ts.map