ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface DashboardKPI

    interface DashboardKPI {
        title: string;
        value: string;
        unit: string;
        change: string;
        changeType: "positive" | "negative";
        icon: string;
        color: string;
    }
    Index

    Properties

    title: string
    value: string
    unit: string
    change: string
    changeType: "positive" | "negative"
    icon: string
    color: string