UNPKG

@directus/api

Version:

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

6 lines (5 loc) 180 B
import type { StorageManager } from '@directus/storage'; export declare const _cache: { storage: any | null; }; export declare const getStorage: () => Promise<StorageManager>;