/**
 * 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.
 */
/**
 * active_total object
 * @export
 * @interface GetFwLeaderboardsActiveTotalActiveTotal1
 */
export interface GetFwLeaderboardsActiveTotalActiveTotal1 {
    /**
     * Amount of victory points
     * @type {number}
     * @memberof GetFwLeaderboardsActiveTotalActiveTotal1
     */
    amount?: number;
    /**
     * faction_id integer
     * @type {number}
     * @memberof GetFwLeaderboardsActiveTotalActiveTotal1
     */
    factionId?: number;
}
/**
 * Check if a given object implements the GetFwLeaderboardsActiveTotalActiveTotal1 interface.
 */
export declare function instanceOfGetFwLeaderboardsActiveTotalActiveTotal1(value: object): value is GetFwLeaderboardsActiveTotalActiveTotal1;
export declare function GetFwLeaderboardsActiveTotalActiveTotal1FromJSON(json: any): GetFwLeaderboardsActiveTotalActiveTotal1;
export declare function GetFwLeaderboardsActiveTotalActiveTotal1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFwLeaderboardsActiveTotalActiveTotal1;
export declare function GetFwLeaderboardsActiveTotalActiveTotal1ToJSON(json: any): GetFwLeaderboardsActiveTotalActiveTotal1;
export declare function GetFwLeaderboardsActiveTotalActiveTotal1ToJSONTyped(value?: GetFwLeaderboardsActiveTotalActiveTotal1 | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetFwLeaderboardsActiveTotalActiveTotal1.d.ts.map