mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 00:30:33 +08:00
2
src/universal/types/electron.d.ts
vendored
2
src/universal/types/electron.d.ts
vendored
@@ -27,7 +27,7 @@ declare global {
|
||||
interface Global {
|
||||
PICGO_GUI_VERSION: string
|
||||
PICGO_CORE_VERSION: string
|
||||
notificationList: IAppNotification[]
|
||||
notificationList?: IAppNotification[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
src/universal/types/types.d.ts
vendored
4
src/universal/types/types.d.ts
vendored
@@ -321,3 +321,7 @@ interface IAnalyticsData {
|
||||
interface IStringKeyMap {
|
||||
[propName: string]: any
|
||||
}
|
||||
|
||||
type ILogArgvType = string | number
|
||||
|
||||
type ILogArgvTypeWithError = ILogArgvType | Error
|
||||
|
||||
Reference in New Issue
Block a user