fix(migration): update import statement to use type imports for TypeORM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
import type { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
|
||||
export class AddPlexProfilesSupport1745254842580 implements MigrationInterface {
|
||||
name = 'AddPlexProfilesSupport1745254842580';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
import type { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
|
||||
export class AddPlexProfilesSupport1745254842580 implements MigrationInterface {
|
||||
name = 'AddPlexProfilesSupport1745254842580';
|
||||
|
||||
Reference in New Issue
Block a user