@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.49 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.
*/
/**
* No image server for this datasource
* @export
* @interface GetCharactersCharacterIdPortraitNotFound
*/
export interface GetCharactersCharacterIdPortraitNotFound {
/**
* error message
* @type {string}
* @memberof GetCharactersCharacterIdPortraitNotFound
*/
error?: string;
}
/**
* Check if a given object implements the GetCharactersCharacterIdPortraitNotFound interface.
*/
export declare function instanceOfGetCharactersCharacterIdPortraitNotFound(value: object): value is GetCharactersCharacterIdPortraitNotFound;
export declare function GetCharactersCharacterIdPortraitNotFoundFromJSON(json: any): GetCharactersCharacterIdPortraitNotFound;
export declare function GetCharactersCharacterIdPortraitNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdPortraitNotFound;
export declare function GetCharactersCharacterIdPortraitNotFoundToJSON(json: any): GetCharactersCharacterIdPortraitNotFound;
export declare function GetCharactersCharacterIdPortraitNotFoundToJSONTyped(value?: GetCharactersCharacterIdPortraitNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdPortraitNotFound.d.ts.map