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