UNPKG
@launchql/core
Version:
latest (2.11.7)
2.11.7
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
LaunchQL Package and Migration Tools
github.com/launchql/launchql
launchql/launchql
@launchql/core
/
export
/
export-meta.d.ts
9 lines
(8 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
{};