UNPKG

@directus/api

Version:

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

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