@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.48 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.
*/
/**
* Error 520
* @export
* @interface PostCharactersCharacterIdContactsError520
*/
export interface PostCharactersCharacterIdContactsError520 {
/**
* Error 520 message
* @type {string}
* @memberof PostCharactersCharacterIdContactsError520
*/
error?: string;
}
/**
* Check if a given object implements the PostCharactersCharacterIdContactsError520 interface.
*/
export declare function instanceOfPostCharactersCharacterIdContactsError520(value: object): value is PostCharactersCharacterIdContactsError520;
export declare function PostCharactersCharacterIdContactsError520FromJSON(json: any): PostCharactersCharacterIdContactsError520;
export declare function PostCharactersCharacterIdContactsError520FromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCharactersCharacterIdContactsError520;
export declare function PostCharactersCharacterIdContactsError520ToJSON(json: any): PostCharactersCharacterIdContactsError520;
export declare function PostCharactersCharacterIdContactsError520ToJSONTyped(value?: PostCharactersCharacterIdContactsError520 | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostCharactersCharacterIdContactsError520.d.ts.map