fix import type

This commit is contained in:
syuilo
2022-09-21 05:33:11 +09:00
parent 18fe773923
commit 01d4d55e78
408 changed files with 474 additions and 475 deletions

View File

@@ -1,5 +1,5 @@
import { Inject, Injectable } from '@nestjs/common';
import { InstancesRepository } from '@/models/index.js';
import type { InstancesRepository } from '@/models/index.js';
import type { Instance } from '@/models/entities/Instance.js';
import { Cache } from '@/misc/cache.js';
import { IdService } from '@/core/IdService.js';