Chartbreaker
    Preparing search index...

    Type Alias TradeTrackerProgressIndication

    type TradeTrackerProgressIndication = {
        loadingMsg: string;
        type: "progressIndicator";
    }
    Index

    Properties

    Properties

    loadingMsg: string
    type: "progressIndicator"