@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.59 kB
TypeScript
/**
* 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 GetUniverseConstellationsConstellationIdNotFound
*/
export interface GetUniverseConstellationsConstellationIdNotFound {
/**
* Not found message
* @type {string}
* @memberof GetUniverseConstellationsConstellationIdNotFound
*/
error?: string;
}
/**
* Check if a given object implements the GetUniverseConstellationsConstellationIdNotFound interface.
*/
export declare function instanceOfGetUniverseConstellationsConstellationIdNotFound(value: object): value is GetUniverseConstellationsConstellationIdNotFound;
export declare function GetUniverseConstellationsConstellationIdNotFoundFromJSON(json: any): GetUniverseConstellationsConstellationIdNotFound;
export declare function GetUniverseConstellationsConstellationIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseConstellationsConstellationIdNotFound;
export declare function GetUniverseConstellationsConstellationIdNotFoundToJSON(json: any): GetUniverseConstellationsConstellationIdNotFound;
export declare function GetUniverseConstellationsConstellationIdNotFoundToJSONTyped(value?: GetUniverseConstellationsConstellationIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetUniverseConstellationsConstellationIdNotFound.d.ts.map