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)

51 lines 1.82 kB
/** * EVE Swagger Interface * An OpenAPI for EVE Online * * The version of the OpenAPI document: 1.33 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * graphic object * @export * @interface GetCharactersCharacterIdMedalsGraphic */ export interface GetCharactersCharacterIdMedalsGraphic { /** * color integer * @type {number} * @memberof GetCharactersCharacterIdMedalsGraphic */ color?: number; /** * graphic string * @type {string} * @memberof GetCharactersCharacterIdMedalsGraphic */ graphic: string; /** * layer integer * @type {number} * @memberof GetCharactersCharacterIdMedalsGraphic */ layer: number; /** * part integer * @type {number} * @memberof GetCharactersCharacterIdMedalsGraphic */ part: number; } /** * Check if a given object implements the GetCharactersCharacterIdMedalsGraphic interface. */ export declare function instanceOfGetCharactersCharacterIdMedalsGraphic(value: object): value is GetCharactersCharacterIdMedalsGraphic; export declare function GetCharactersCharacterIdMedalsGraphicFromJSON(json: any): GetCharactersCharacterIdMedalsGraphic; export declare function GetCharactersCharacterIdMedalsGraphicFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdMedalsGraphic; export declare function GetCharactersCharacterIdMedalsGraphicToJSON(json: any): GetCharactersCharacterIdMedalsGraphic; export declare function GetCharactersCharacterIdMedalsGraphicToJSONTyped(value?: GetCharactersCharacterIdMedalsGraphic | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetCharactersCharacterIdMedalsGraphic.d.ts.map