UNPKG

@launchql/core

Version:

LaunchQL Package and Migration Tools

9 lines (8 loc) 268 B
import { LaunchQLOptions } from '@launchql/types'; interface ExportMetaParams { opts: LaunchQLOptions; dbname: string; database_id: string; } export declare const exportMeta: ({ opts, dbname, database_id }: ExportMetaParams) => Promise<string>; export {};