fix import type
This commit is contained in:
parent
18fe773923
commit
01d4d55e78
408 changed files with 474 additions and 475 deletions
|
@ -1,7 +1,7 @@
|
|||
import ms from 'ms';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import { DriveFilesRepository, GalleryPostsRepository } from '@/models/index.js';
|
||||
import type { DriveFilesRepository, GalleryPostsRepository } from '@/models/index.js';
|
||||
import { GalleryPost } from '@/models/entities/GalleryPost.js';
|
||||
import type { DriveFile } from '@/models/entities/DriveFile.js';
|
||||
import { IdService } from '@/core/IdService.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue