@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
75 lines • 2.78 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.
*/
/**
* label object
* @export
* @interface GetCharactersCharacterIdMailLabelsLabel
*/
export interface GetCharactersCharacterIdMailLabelsLabel {
/**
* color string
* @type {string}
* @memberof GetCharactersCharacterIdMailLabelsLabel
*/
color?: GetCharactersCharacterIdMailLabelsLabelColorEnum;
/**
* label_id integer
* @type {number}
* @memberof GetCharactersCharacterIdMailLabelsLabel
*/
labelId?: number;
/**
* name string
* @type {string}
* @memberof GetCharactersCharacterIdMailLabelsLabel
*/
name?: string;
/**
* unread_count integer
* @type {number}
* @memberof GetCharactersCharacterIdMailLabelsLabel
*/
unreadCount?: number;
}
/**
* @export
*/
export declare const GetCharactersCharacterIdMailLabelsLabelColorEnum: {
readonly _0000fe: "#0000fe";
readonly _006634: "#006634";
readonly _0099ff: "#0099ff";
readonly _00ff33: "#00ff33";
readonly _01ffff: "#01ffff";
readonly _349800: "#349800";
readonly _660066: "#660066";
readonly _666666: "#666666";
readonly _999999: "#999999";
readonly _99ffff: "#99ffff";
readonly _9a0000: "#9a0000";
readonly Ccff9a: "#ccff9a";
readonly E6e6e6: "#e6e6e6";
readonly Fe0000: "#fe0000";
readonly Ff6600: "#ff6600";
readonly Ffff01: "#ffff01";
readonly Ffffcd: "#ffffcd";
readonly Ffffff: "#ffffff";
};
export type GetCharactersCharacterIdMailLabelsLabelColorEnum = typeof GetCharactersCharacterIdMailLabelsLabelColorEnum[keyof typeof GetCharactersCharacterIdMailLabelsLabelColorEnum];
/**
* Check if a given object implements the GetCharactersCharacterIdMailLabelsLabel interface.
*/
export declare function instanceOfGetCharactersCharacterIdMailLabelsLabel(value: object): value is GetCharactersCharacterIdMailLabelsLabel;
export declare function GetCharactersCharacterIdMailLabelsLabelFromJSON(json: any): GetCharactersCharacterIdMailLabelsLabel;
export declare function GetCharactersCharacterIdMailLabelsLabelFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdMailLabelsLabel;
export declare function GetCharactersCharacterIdMailLabelsLabelToJSON(json: any): GetCharactersCharacterIdMailLabelsLabel;
export declare function GetCharactersCharacterIdMailLabelsLabelToJSONTyped(value?: GetCharactersCharacterIdMailLabelsLabel | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdMailLabelsLabel.d.ts.map