Member Junction
    Preparing search index...

    Progress message with display mode

    interface ProgressMessage {
        displayMode: "live" | "historical" | "both";
        id: string;
        message: string;
        metadata?: Record<string, unknown>;
        timestamp: Date;
    }
    Index

    Properties

    displayMode: "live" | "historical" | "both"
    id: string
    message: string
    metadata?: Record<string, unknown>
    timestamp: Date