@forge/sql
3.0.263.0.26-experimental-04cc2b9
out/migration.d.ts~
out/migration.d.tsModified+2−2
Index: package/out/migration.d.ts
===================================================================
--- package/out/migration.d.ts
+++ package/out/migration.d.ts
@@ -1,10 +1,10 @@
import { SqlClient } from './sql';
-declare type MigrationRecord = {
+type MigrationRecord = {
name: string;
statement: string;
};
-declare type MigrationVersion = {
+type MigrationVersion = {
id: number;
name: string;
migratedAt: Date;
};