UNPKG

@directus/api

Version:

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

7 lines (6 loc) 220 B
import type { SchemaOverview, Snapshot } from '@directus/types'; import type { Knex } from 'knex'; export declare function getSnapshot(options?: { database?: Knex; schema?: SchemaOverview; }): Promise<Snapshot>;