@forge/sql

3.0.26-experimental-04cc2b93.0.27-next.0
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';
-type MigrationRecord = {
+declare type MigrationRecord = {
     name: string;
     statement: string;
 };
-type MigrationVersion = {
+declare type MigrationVersion = {
     id: number;
     name: string;
     migratedAt: Date;
 };