/**
 * 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.
 */
/**
 * 200 ok object
 * @export
 * @interface GetCharactersCharacterIdLoyaltyPoints200Ok
 */
export interface GetCharactersCharacterIdLoyaltyPoints200Ok {
    /**
     * corporation_id integer
     * @type {number}
     * @memberof GetCharactersCharacterIdLoyaltyPoints200Ok
     */
    corporationId: number;
    /**
     * loyalty_points integer
     * @type {number}
     * @memberof GetCharactersCharacterIdLoyaltyPoints200Ok
     */
    loyaltyPoints: number;
}
/**
 * Check if a given object implements the GetCharactersCharacterIdLoyaltyPoints200Ok interface.
 */
export declare function instanceOfGetCharactersCharacterIdLoyaltyPoints200Ok(value: object): value is GetCharactersCharacterIdLoyaltyPoints200Ok;
export declare function GetCharactersCharacterIdLoyaltyPoints200OkFromJSON(json: any): GetCharactersCharacterIdLoyaltyPoints200Ok;
export declare function GetCharactersCharacterIdLoyaltyPoints200OkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdLoyaltyPoints200Ok;
export declare function GetCharactersCharacterIdLoyaltyPoints200OkToJSON(json: any): GetCharactersCharacterIdLoyaltyPoints200Ok;
export declare function GetCharactersCharacterIdLoyaltyPoints200OkToJSONTyped(value?: GetCharactersCharacterIdLoyaltyPoints200Ok | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdLoyaltyPoints200Ok.d.ts.map