[fix] typings

This commit is contained in:
kwaroran
2023-11-29 00:55:18 +09:00
parent cd1f2561a5
commit c0749350e5

View File

@@ -148,7 +148,7 @@ export interface simpleCharacterArgument{
}
export async function ParseMarkdown(data:string, charArg:(simpleCharacterArgument | groupChat | string) = null, mode:'normal'|'back' = 'normal', chatID=-1) {
export async function ParseMarkdown(data:string, charArg:(character|simpleCharacterArgument | groupChat | string) = null, mode:'normal'|'back' = 'normal', chatID=-1) {
let firstParsed = ''
const orgDat = data
const db = get(DataBase)