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