UNPKG

@energyweb/node-red-contrib-green-proof-worker

Version:
5 lines (4 loc) 199 B
import { type Migration, type MigrationProvider } from 'kysely'; export declare class LocalMigrationProvider implements MigrationProvider { getMigrations(): Promise<Record<string, Migration>>; }