chore (backend): use type import
This commit is contained in:
parent
8f68693510
commit
50b7c71ed6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import { normalizeForSearch } from "@/misc/normalize-for-search.js";
|
|||
import { verifyLink } from "@/services/fetch-rel-me.js";
|
||||
import { ApiError } from "@/server/api/error.js";
|
||||
import define from "@/server/api/define.js";
|
||||
import { DriveFile } from "@/models/entities/drive-file";
|
||||
import type { DriveFile } from "@/models/entities/drive-file";
|
||||
|
||||
export const meta = {
|
||||
tags: ["account"],
|
||||
|
|
Loading…
Reference in a new issue