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.68 kB
/** * 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. */ /** * Unprocessable entity * @export * @interface GetKillmailsKillmailIdKillmailHashUnprocessableEntity */ export interface GetKillmailsKillmailIdKillmailHashUnprocessableEntity { /** * Unprocessable entity message * @type {string} * @memberof GetKillmailsKillmailIdKillmailHashUnprocessableEntity */ error?: string; } /** * Check if a given object implements the GetKillmailsKillmailIdKillmailHashUnprocessableEntity interface. */ export declare function instanceOfGetKillmailsKillmailIdKillmailHashUnprocessableEntity(value: object): value is GetKillmailsKillmailIdKillmailHashUnprocessableEntity; export declare function GetKillmailsKillmailIdKillmailHashUnprocessableEntityFromJSON(json: any): GetKillmailsKillmailIdKillmailHashUnprocessableEntity; export declare function GetKillmailsKillmailIdKillmailHashUnprocessableEntityFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashUnprocessableEntity; export declare function GetKillmailsKillmailIdKillmailHashUnprocessableEntityToJSON(json: any): GetKillmailsKillmailIdKillmailHashUnprocessableEntity; export declare function GetKillmailsKillmailIdKillmailHashUnprocessableEntityToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashUnprocessableEntity | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetKillmailsKillmailIdKillmailHashUnprocessableEntity.d.ts.map