@directus/sdk
Version:
Directus JavaScript SDK
12 lines (10 loc) • 358 B
TypeScript
import { RestCommand } from "../../types.js";
//#region src/rest/commands/utils/cache.d.ts
/**
* Resets both the data and schema cache of Directus. This endpoint is only available to admin users.
* @returns Nothing
*/
declare const clearCache: <Schema>() => RestCommand<void, Schema>;
//#endregion
export { clearCache };
//# sourceMappingURL=cache.d.ts.map