We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd64c2f commit afe7eacCopy full SHA for afe7eac
templates/migration-template.ts
@@ -1,4 +1,4 @@
1
-import { ColumnDefinitions, MigrationBuilder } from 'node-pg-migrate';
+import type { ColumnDefinitions, MigrationBuilder } from 'node-pg-migrate';
2
3
export const shorthands: ColumnDefinitions | undefined = undefined;
4
0 commit comments