ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Returns Promise<
          | NextResponse<
              {
                  kpis: {
                      title: string;
                      value: string;
                      unit: string;
                      change: string;
                      changeType: string;
                      icon: string;
                      color: string;
                  }[];
                  modules: {
                      title: string;
                      description: string;
                      icon: string;
                      href: string;
                      color: string;
                      textColor: string;
                      badge: string;
                      badgeColor: string;
                  }[];
                  activities: {
                      id: number;
                      type: string;
                      title: string;
                      time: string;
                      icon: string;
                      color: string;
                      bgColor: string;
                  }[];
              },
          >
          | NextResponse<{ error: string }>,
      >