mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 00:30:33 +08:00
🐛 Fix: give a hint when node.js is not installed
This commit is contained in:
2
src/universal/types/types.d.ts
vendored
2
src/universal/types/types.d.ts
vendored
@@ -170,6 +170,8 @@ interface INPMSearchResultObject {
|
||||
}
|
||||
}
|
||||
|
||||
type IDispose = () => void
|
||||
|
||||
// GuiApi
|
||||
interface IGuiApi {
|
||||
showInputBox: (options: IShowInputBoxOption) => Promise<string>
|
||||
|
||||
Reference in New Issue
Block a user