/** * 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. */ import type { GetFwLeaderboardsCharactersActiveTotalActiveTotal1 } from './GetFwLeaderboardsCharactersActiveTotalActiveTotal1'; import type { GetFwLeaderboardsCharactersYesterdayYesterday1 } from './GetFwLeaderboardsCharactersYesterdayYesterday1'; import type { GetFwLeaderboardsCharactersLastWeekLastWeek1 } from './GetFwLeaderboardsCharactersLastWeekLastWeek1'; /** * Top 100 rankings of pilots by victory points from yesterday, last week and in total * @export * @interface GetFwLeaderboardsCharactersVictoryPoints */ export interface GetFwLeaderboardsCharactersVictoryPoints { /** * Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered "active" if they have participated in faction warfare in the past 14 days * @type {Array} * @memberof GetFwLeaderboardsCharactersVictoryPoints */ activeTotal: Array; /** * Top 100 ranking of pilots by victory points in the past week * @type {Array} * @memberof GetFwLeaderboardsCharactersVictoryPoints */ lastWeek: Array; /** * Top 100 ranking of pilots by victory points in the past day * @type {Array} * @memberof GetFwLeaderboardsCharactersVictoryPoints */ yesterday: Array; } /** * Check if a given object implements the GetFwLeaderboardsCharactersVictoryPoints interface. */ export declare function instanceOfGetFwLeaderboardsCharactersVictoryPoints(value: object): value is GetFwLeaderboardsCharactersVictoryPoints; export declare function GetFwLeaderboardsCharactersVictoryPointsFromJSON(json: any): GetFwLeaderboardsCharactersVictoryPoints; export declare function GetFwLeaderboardsCharactersVictoryPointsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFwLeaderboardsCharactersVictoryPoints; export declare function GetFwLeaderboardsCharactersVictoryPointsToJSON(json: any): GetFwLeaderboardsCharactersVictoryPoints; export declare function GetFwLeaderboardsCharactersVictoryPointsToJSONTyped(value?: GetFwLeaderboardsCharactersVictoryPoints | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetFwLeaderboardsCharactersVictoryPoints.d.ts.map