export default interface CALENDAR_RECORD {
    country?: string;
    current?: string;
    forecast?: string;
    impact?: string;
    period?: string;
    previous?: string;
    time?: number;
    title?: string;
}
