Skip to content

Commit afe7eac

Browse files
authored
fix: use type-only import in TypeScript migration template (#1579)
1 parent fd64c2f commit afe7eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/migration-template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ColumnDefinitions, MigrationBuilder } from 'node-pg-migrate';
1+
import type { ColumnDefinitions, MigrationBuilder } from 'node-pg-migrate';
22

33
export const shorthands: ColumnDefinitions | undefined = undefined;
44

0 commit comments

Comments
 (0)