UNPKG
@energyweb/node-red-contrib-green-proof-worker
Version:
latest (3.0.0)
3.0.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
www.energywebx.com
@energyweb/node-red-contrib-green-proof-worker
/
nodes
/
sqlite-config
/
migration-provider.d.ts
5 lines
(4 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
Migration
,
type
MigrationProvider
}
from
'kysely'
;
export
declare
class
LocalMigrationProvider
implements
MigrationProvider
{
getMigrations
():
Promise
<
Record
<
string
,
Migration
>>; }