@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
39 lines • 1.73 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.
*/
/**
* contents object
* @export
* @interface PutCharactersCharacterIdMailMailIdContents
*/
export interface PutCharactersCharacterIdMailMailIdContents {
/**
* Labels to assign to the mail. Pre-existing labels are unassigned.
* @type {Array<number>}
* @memberof PutCharactersCharacterIdMailMailIdContents
*/
labels?: Array<number>;
/**
* Whether the mail is flagged as read
* @type {boolean}
* @memberof PutCharactersCharacterIdMailMailIdContents
*/
read?: boolean;
}
/**
* Check if a given object implements the PutCharactersCharacterIdMailMailIdContents interface.
*/
export declare function instanceOfPutCharactersCharacterIdMailMailIdContents(value: object): value is PutCharactersCharacterIdMailMailIdContents;
export declare function PutCharactersCharacterIdMailMailIdContentsFromJSON(json: any): PutCharactersCharacterIdMailMailIdContents;
export declare function PutCharactersCharacterIdMailMailIdContentsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutCharactersCharacterIdMailMailIdContents;
export declare function PutCharactersCharacterIdMailMailIdContentsToJSON(json: any): PutCharactersCharacterIdMailMailIdContents;
export declare function PutCharactersCharacterIdMailMailIdContentsToJSONTyped(value?: PutCharactersCharacterIdMailMailIdContents | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PutCharactersCharacterIdMailMailIdContents.d.ts.map