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.42 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. */ /** * Error 520 * @export * @interface PostCharactersCharacterIdMailError520 */ export interface PostCharactersCharacterIdMailError520 { /** * Error 520 message * @type {string} * @memberof PostCharactersCharacterIdMailError520 */ error?: string; } /** * Check if a given object implements the PostCharactersCharacterIdMailError520 interface. */ export declare function instanceOfPostCharactersCharacterIdMailError520(value: object): value is PostCharactersCharacterIdMailError520; export declare function PostCharactersCharacterIdMailError520FromJSON(json: any): PostCharactersCharacterIdMailError520; export declare function PostCharactersCharacterIdMailError520FromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCharactersCharacterIdMailError520; export declare function PostCharactersCharacterIdMailError520ToJSON(json: any): PostCharactersCharacterIdMailError520; export declare function PostCharactersCharacterIdMailError520ToJSONTyped(value?: PostCharactersCharacterIdMailError520 | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PostCharactersCharacterIdMailError520.d.ts.map