UNPKG

@directus/api

Version:

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

3 lines (2 loc) 123 B
import type { MySQLError } from './types.js'; export declare function extractError(error: MySQLError): MySQLError | Error;