UNPKG

@fnt-eve/esi-client-typescript

Version:

[![npm version](https://img.shields.io/npm/v/@fnt-eve/esi-client-typescript)](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)

33 lines 1.38 kB
/** * 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. */ /** * Not found * @export * @interface GetUniverseSystemsSystemIdNotFound */ export interface GetUniverseSystemsSystemIdNotFound { /** * Not found message * @type {string} * @memberof GetUniverseSystemsSystemIdNotFound */ error?: string; } /** * Check if a given object implements the GetUniverseSystemsSystemIdNotFound interface. */ export declare function instanceOfGetUniverseSystemsSystemIdNotFound(value: object): value is GetUniverseSystemsSystemIdNotFound; export declare function GetUniverseSystemsSystemIdNotFoundFromJSON(json: any): GetUniverseSystemsSystemIdNotFound; export declare function GetUniverseSystemsSystemIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseSystemsSystemIdNotFound; export declare function GetUniverseSystemsSystemIdNotFoundToJSON(json: any): GetUniverseSystemsSystemIdNotFound; export declare function GetUniverseSystemsSystemIdNotFoundToJSONTyped(value?: GetUniverseSystemsSystemIdNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetUniverseSystemsSystemIdNotFound.d.ts.map