UNPKG

@directus/api

Version:

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

4 lines (3 loc) 198 B
import type { PostgresError } from './types.js'; import type { Item } from '@directus/types'; export declare function extractError(error: PostgresError, data: Partial<Item>): PostgresError | Error;