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