@directus/api
Version:
Directus is a real-time API and App dashboard for managing SQL database content
12 lines (11 loc) • 355 B
TypeScript
/**
* Exported to be able to test the anonymous callback function
*/
export declare const jobCallback: () => void;
/**
* Schedule the telemetry tracking. Will generate a report on start, and set a schedule to report
* every 6 hours
*
* @returns Whether or not telemetry has been initialized
*/
export default function schedule(): Promise<boolean>;