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.5 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. */ /** * Not found * @export * @interface GetCharactersCharacterIdMailMailIdNotFound */ export interface GetCharactersCharacterIdMailMailIdNotFound { /** * Not found message * @type {string} * @memberof GetCharactersCharacterIdMailMailIdNotFound */ error?: string; } /** * Check if a given object implements the GetCharactersCharacterIdMailMailIdNotFound interface. */ export declare function instanceOfGetCharactersCharacterIdMailMailIdNotFound(value: object): value is GetCharactersCharacterIdMailMailIdNotFound; export declare function GetCharactersCharacterIdMailMailIdNotFoundFromJSON(json: any): GetCharactersCharacterIdMailMailIdNotFound; export declare function GetCharactersCharacterIdMailMailIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdMailMailIdNotFound; export declare function GetCharactersCharacterIdMailMailIdNotFoundToJSON(json: any): GetCharactersCharacterIdMailMailIdNotFound; export declare function GetCharactersCharacterIdMailMailIdNotFoundToJSONTyped(value?: GetCharactersCharacterIdMailMailIdNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetCharactersCharacterIdMailMailIdNotFound.d.ts.map