UNPKG

@directus/api

Version:

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

4 lines (3 loc) 176 B
import type { Driver } from '@directus/types'; export declare const drivers: Record<Driver, string>; export declare function getDriverForClient(client: string): Driver | null;