UNPKG
@launchql/core
Version:
latest (2.18.3)
2.18.3
2.18.2
2.18.1
2.18.0
2.17.8
2.17.7
2.17.6
2.17.5
2.17.4
2.17.3
2.17.2
2.17.1
2.17.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.0
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
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
/
sqitch
/
revert.d.ts
8 lines
(7 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
LaunchQLOptions
}
from
'@launchql/types'
;
interface
Extensions
{
resolved
:
string
[];
external
:
string
[]; }
export
declare
const
revert
:
(
opts
:
LaunchQLOptions
,
name
:
string
,
database
:
string
,
dir
:
string
) =>
Promise
<
Extensions
>;
export
{};