UNPKG

@launchql/migrate

Version:
15 lines (14 loc) 361 B
import { LaunchQLOptions } from '@launchql/types'; interface Extensions { resolved: string[]; external: string[]; } interface DeployFastOptions { opts: LaunchQLOptions; name: string; database: string; dir: string; usePlan: boolean; } export declare const deployStream: (options: DeployFastOptions) => Promise<Extensions>; export {};