chore: use type imports

This commit is contained in:
naskya 2024-05-24 08:37:21 +09:00
parent 585f0309f4
commit bd351912ed
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import { MigrationInterface, QueryRunner } from "typeorm";
import type { MigrationInterface, QueryRunner } from "typeorm";
export class SwSubscriptionAccessToken1709395223612
implements MigrationInterface

View file

@ -1,4 +1,4 @@
import { MigrationInterface, QueryRunner } from "typeorm";
import type { MigrationInterface, QueryRunner } from "typeorm";
export class UserProfileMentions1711075007936 implements MigrationInterface {
name = "UserProfileMentions1711075007936";

View file

@ -1,4 +1,4 @@
import { MigrationInterface, QueryRunner } from "typeorm";
import type { MigrationInterface, QueryRunner } from "typeorm";
export class ClientCredentials1713108561474 implements MigrationInterface {
name = "ClientCredentials1713108561474";