Update missing type imports

This commit is contained in:
sub-hub
2024-05-04 18:05:43 +09:00
parent e19b672755
commit 120e9356b6

View File

@@ -1,6 +1,6 @@
import { get } from "svelte/store" import { get } from "svelte/store"
import { translatorPlugin } from "../plugins/plugins" import { translatorPlugin } from "../plugins/plugins"
import { DataBase, type customscript } from "../storage/database" import { DataBase, type character, type customscript, type groupChat } from "../storage/database"
import { globalFetch } from "../storage/globalApi" import { globalFetch } from "../storage/globalApi"
import { alertError } from "../alert" import { alertError } from "../alert"
import { requestChatData } from "../process/request" import { requestChatData } from "../process/request"