UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 211 B
import type { TelemetryReport } from '../types/report.js'; /** * Post an anonymous usage report to the centralized intake server */ export declare const sendReport: (report: TelemetryReport) => Promise<void>;