/**
 * 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.
 */
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<GetFwLeaderboardsCharactersActiveTotalActiveTotal1>}
     * @memberof GetFwLeaderboardsCharactersVictoryPoints
     */
    activeTotal: Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal1>;
    /**
     * Top 100 ranking of pilots by victory points in the past week
     * @type {Array<GetFwLeaderboardsCharactersLastWeekLastWeek1>}
     * @memberof GetFwLeaderboardsCharactersVictoryPoints
     */
    lastWeek: Array<GetFwLeaderboardsCharactersLastWeekLastWeek1>;
    /**
     * Top 100 ranking of pilots by victory points in the past day
     * @type {Array<GetFwLeaderboardsCharactersYesterdayYesterday1>}
     * @memberof GetFwLeaderboardsCharactersVictoryPoints
     */
    yesterday: Array<GetFwLeaderboardsCharactersYesterdayYesterday1>;
}
/**
 * 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