UNPKG

@directus/api

Version:

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

6 lines (5 loc) 138 B
import type { Knex } from 'knex'; export declare abstract class DatabaseHelper { protected knex: Knex; constructor(knex: Knex); }