import LiveOptionsEntry from './LiveOptionsEntry'; /** * @export * @class LiveOptionsBreakdownEntry */ export declare class LiveOptionsBreakdownEntry { /** * Date, format: yyyy-MM-dd (required) * @type {Date} * @memberof LiveOptionsBreakdownEntry */ date?: Date; /** * @type {LiveOptionsEntry} * @memberof LiveOptionsBreakdownEntry */ hd?: LiveOptionsEntry; constructor(obj?: Partial); } export default LiveOptionsBreakdownEntry;