This commit is contained in:
Vanessa 2023-10-24 10:39:37 +08:00
parent 4796883707
commit 8be251af00
5 changed files with 34 additions and 20 deletions

View file

@ -498,6 +498,12 @@ interface IPluginDockTab {
show?: boolean
}
interface IExportOptions {
type: string,
id: string,
fileType: string
}
interface IOpenFileOptions {
app: import("../index").App,
searchData?: ISearchOption, // 搜索必填