@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.52 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.
*/
/**
* Unprocessable entity
* @export
* @interface PostUiOpenwindowNewmailUnprocessableEntity
*/
export interface PostUiOpenwindowNewmailUnprocessableEntity {
/**
* Unprocessable entity message
* @type {string}
* @memberof PostUiOpenwindowNewmailUnprocessableEntity
*/
error?: string;
}
/**
* Check if a given object implements the PostUiOpenwindowNewmailUnprocessableEntity interface.
*/
export declare function instanceOfPostUiOpenwindowNewmailUnprocessableEntity(value: object): value is PostUiOpenwindowNewmailUnprocessableEntity;
export declare function PostUiOpenwindowNewmailUnprocessableEntityFromJSON(json: any): PostUiOpenwindowNewmailUnprocessableEntity;
export declare function PostUiOpenwindowNewmailUnprocessableEntityFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUiOpenwindowNewmailUnprocessableEntity;
export declare function PostUiOpenwindowNewmailUnprocessableEntityToJSON(json: any): PostUiOpenwindowNewmailUnprocessableEntity;
export declare function PostUiOpenwindowNewmailUnprocessableEntityToJSONTyped(value?: PostUiOpenwindowNewmailUnprocessableEntity | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostUiOpenwindowNewmailUnprocessableEntity.d.ts.map