UNPKG

@directus/api

Version:

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

4 lines (3 loc) 192 B
import type { Driver } from '@directus/storage'; export declare const _aliasMap: Record<string, string>; export declare const getStorageDriver: (driverName: string) => Promise<typeof Driver>;