UNPKG

@directus/api

Version:

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

6 lines (5 loc) 214 B
import type { TelemetryReport } from '../types/report.js'; /** * Create a telemetry report about the anonymous usage of the current installation */ export declare const getReport: () => Promise<TelemetryReport>;