Mayson Monorepo Documentation
    Preparing search index...

    Interface PriceAlertEmailData

    Data for price alert email

    interface PriceAlertEmailData {
        symbol: string;
        currentPrice: number;
        targetPrice: number;
        direction: "above" | "below";
        percentChange: number;
    }
    Index

    Properties

    symbol: string
    currentPrice: number
    targetPrice: number
    direction: "above" | "below"
    percentChange: number