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.79 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 GetFwLeaderboardsCharactersActiveTotalActiveTotal1 */ export interface GetFwLeaderboardsCharactersActiveTotalActiveTotal1 { /** * Amount of victory points * @type {number} * @memberof GetFwLeaderboardsCharactersActiveTotalActiveTotal1 */ amount?: number; /** * character_id integer * @type {number} * @memberof GetFwLeaderboardsCharactersActiveTotalActiveTotal1 */ characterId?: number; } /** * Check if a given object implements the GetFwLeaderboardsCharactersActiveTotalActiveTotal1 interface. */ export declare function instanceOfGetFwLeaderboardsCharactersActiveTotalActiveTotal1(value: object): value is GetFwLeaderboardsCharactersActiveTotalActiveTotal1; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotal1FromJSON(json: any): GetFwLeaderboardsCharactersActiveTotalActiveTotal1; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotal1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFwLeaderboardsCharactersActiveTotalActiveTotal1; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotal1ToJSON(json: any): GetFwLeaderboardsCharactersActiveTotalActiveTotal1; export declare function GetFwLeaderboardsCharactersActiveTotalActiveTotal1ToJSONTyped(value?: GetFwLeaderboardsCharactersActiveTotalActiveTotal1 | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetFwLeaderboardsCharactersActiveTotalActiveTotal1.d.ts.map