mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 19:20:24 +08:00
🐛 Fix: sync with picgo, suppress epiep error
This commit is contained in:
6
src/universal/types/global.d.ts
vendored
6
src/universal/types/global.d.ts
vendored
@@ -2,4 +2,8 @@
|
||||
// https://stackoverflow.com/questions/35074713/extending-typescript-global-object-in-node-js/44387594#44387594
|
||||
declare var PICGO_GUI_VERSION: string
|
||||
declare var PICGO_CORE_VERSION: string
|
||||
declare var notificationList: IAppNotification[]
|
||||
declare var notificationList: IAppNotification[]
|
||||
|
||||
declare module 'epipebomb' {
|
||||
export default function epipebomb(stream: NodeJS.Process['stdout'], callback: () => void): void
|
||||
}
|
||||
Reference in New Issue
Block a user