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)

39 lines 1.77 kB
/** * 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. */ /** * active_total object * @export * @interface GetFwLeaderboardsCharactersActiveTotalActiveTotal */ export interface GetFwLeaderboardsCharactersActiveTotalActiveTotal { /** * Amount of kills * @type {number} * @memberof GetFwLeaderboardsCharactersActiveTotalActiveTotal */ amount?: number; /** * character_id integer * @type {number} * @memberof GetFwLeaderboardsCharactersActiveTotalActiveTotal */ characterId?: number; } /** * Check if a given object implements the GetFwLeaderboardsCharactersActiveTotalActiveTotal interface. */ export declare function instanceOfGetFwLeaderboardsCharactersActiveTotalActiveTotal(value: object): value is GetFwLeaderboardsCharactersActiveTotalActiveTotal; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotalFromJSON(json: any): GetFwLeaderboardsCharactersActiveTotalActiveTotal; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotalFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFwLeaderboardsCharactersActiveTotalActiveTotal; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotalToJSON(json: any): GetFwLeaderboardsCharactersActiveTotalActiveTotal; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotalToJSONTyped(value?: GetFwLeaderboardsCharactersActiveTotalActiveTotal | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetFwLeaderboardsCharactersActiveTotalActiveTotal.d.ts.map