mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: duplicate type definition
This commit is contained in:
parent
737709f9e7
commit
9f53bea02f
@ -19,39 +19,7 @@ export class NodeIKernelFileAssistantListener {
|
|||||||
onFileListChanged(...args: unknown[]) {
|
onFileListChanged(...args: unknown[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
onFileSearch(searchResult: {
|
onFileSearch(searchResult: SearchResultWrapper) {
|
||||||
searchId: number,
|
|
||||||
resultType: number,
|
|
||||||
hasMore: boolean,
|
|
||||||
resultItems: {
|
|
||||||
id: string,
|
|
||||||
fileName: string,
|
|
||||||
fileNameHits: string[],
|
|
||||||
fileStatus: number,
|
|
||||||
fileSize: string,
|
|
||||||
isSend: boolean,
|
|
||||||
source: number,
|
|
||||||
fileTime: string,
|
|
||||||
expTime: string,
|
|
||||||
session: {
|
|
||||||
context: null,
|
|
||||||
uid: string,
|
|
||||||
nick: string,
|
|
||||||
remark: string,
|
|
||||||
memberCard: string,
|
|
||||||
groupCode: string,
|
|
||||||
groupName: string,
|
|
||||||
groupRemark: string,
|
|
||||||
count: number,
|
|
||||||
},
|
|
||||||
thumbPath: string,
|
|
||||||
filePath: string,
|
|
||||||
msgId: string,
|
|
||||||
chatType: number,
|
|
||||||
peerUid: string,
|
|
||||||
fileType: number,
|
|
||||||
}[],
|
|
||||||
}) {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user