UNPKG

@launchql/migrate

Version:
8 lines (7 loc) 257 B
import { LaunchQLOptions } from '@launchql/types'; interface Extensions { resolved: string[]; external: string[]; } export declare const deploy: (opts: LaunchQLOptions, name: string, database: string, dir: string) => Promise<Extensions>; export {};