/**
 * 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 GetContractsPublicBidsContractId200Ok
 */
export interface GetContractsPublicBidsContractId200Ok {
    /**
     * The amount bid, in ISK
     * @type {number}
     * @memberof GetContractsPublicBidsContractId200Ok
     */
    amount: number;
    /**
     * Unique ID for the bid
     * @type {number}
     * @memberof GetContractsPublicBidsContractId200Ok
     */
    bidId: number;
    /**
     * Datetime when the bid was placed
     * @type {Date}
     * @memberof GetContractsPublicBidsContractId200Ok
     */
    dateBid: Date;
}
/**
 * Check if a given object implements the GetContractsPublicBidsContractId200Ok interface.
 */
export declare function instanceOfGetContractsPublicBidsContractId200Ok(value: object): value is GetContractsPublicBidsContractId200Ok;
export declare function GetContractsPublicBidsContractId200OkFromJSON(json: any): GetContractsPublicBidsContractId200Ok;
export declare function GetContractsPublicBidsContractId200OkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContractsPublicBidsContractId200Ok;
export declare function GetContractsPublicBidsContractId200OkToJSON(json: any): GetContractsPublicBidsContractId200Ok;
export declare function GetContractsPublicBidsContractId200OkToJSONTyped(value?: GetContractsPublicBidsContractId200Ok | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetContractsPublicBidsContractId200Ok.d.ts.map