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,7 +1,7 @@
import { MoreThan } from 'typeorm';
import { Inject, Injectable } from '@nestjs/common';
import { USER_ONLINE_THRESHOLD } from '@/const.js';
import { UsersRepository } from '@/models/index.js';
import type { UsersRepository } from '@/models/index.js';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { DI } from '@/di-symbols.js';