UNPKG

@directus/api

Version:

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

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