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.45 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. */ /** * Requested page does not exist * @export * @interface GetCharactersCharacterIdAssetsNotFound */ export interface GetCharactersCharacterIdAssetsNotFound { /** * error message * @type {string} * @memberof GetCharactersCharacterIdAssetsNotFound */ error?: string; } /** * Check if a given object implements the GetCharactersCharacterIdAssetsNotFound interface. */ export declare function instanceOfGetCharactersCharacterIdAssetsNotFound(value: object): value is GetCharactersCharacterIdAssetsNotFound; export declare function GetCharactersCharacterIdAssetsNotFoundFromJSON(json: any): GetCharactersCharacterIdAssetsNotFound; export declare function GetCharactersCharacterIdAssetsNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdAssetsNotFound; export declare function GetCharactersCharacterIdAssetsNotFoundToJSON(json: any): GetCharactersCharacterIdAssetsNotFound; export declare function GetCharactersCharacterIdAssetsNotFoundToJSONTyped(value?: GetCharactersCharacterIdAssetsNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetCharactersCharacterIdAssetsNotFound.d.ts.map