Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface Alert

    interface Alert {
        id: string;
        title: string;
        message: string;
        severity: AlertSeverity;
        category: string;
        created_at: string;
        read: boolean;
        metadata?: Record<string, any>;
    }
    Index

    Properties

    id: string
    title: string
    message: string
    severity: AlertSeverity
    category: string
    created_at: string
    read: boolean
    metadata?: Record<string, any>