chore: use type imports
This commit is contained in:
parent
585f0309f4
commit
bd351912ed
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
import type { MigrationInterface, QueryRunner } from "typeorm";
|
||||
|
||||
export class SwSubscriptionAccessToken1709395223612
|
||||
implements MigrationInterface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
import type { MigrationInterface, QueryRunner } from "typeorm";
|
||||
|
||||
export class UserProfileMentions1711075007936 implements MigrationInterface {
|
||||
name = "UserProfileMentions1711075007936";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
import type { MigrationInterface, QueryRunner } from "typeorm";
|
||||
|
||||
export class ClientCredentials1713108561474 implements MigrationInterface {
|
||||
name = "ClientCredentials1713108561474";
|
||||
|
|
Loading…
Reference in a new issue