UNPKG

@directus/api

Version:

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

7 lines (6 loc) 153 B
/** * Schedule the tus cleanup * * @returns Whether or not tus cleanup has been initialized */ export default function schedule(): Promise<boolean>;