Mayson Monorepo Documentation
    Preparing search index...

    Interface MarketNewsEmailData

    Data for market news email

    interface MarketNewsEmailData {
        headline: string;
        summary: string;
        source: string;
        url: string;
        publishedAt: Date;
        relatedSymbols?: string[];
    }
    Index

    Properties

    headline: string
    summary: string
    source: string
    url: string
    publishedAt: Date
    relatedSymbols?: string[]