mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-23 01:00:35 +08:00
📦 Chore: add mac-arm64 build support
This commit is contained in:
2
src/universal/types/types.d.ts
vendored
2
src/universal/types/types.d.ts
vendored
@@ -333,3 +333,5 @@ interface IMiniWindowPos {
|
||||
height: number,
|
||||
width: number
|
||||
}
|
||||
|
||||
type PromiseResType<T> = T extends Promise<infer R> ? R : T
|
||||
|
||||
Reference in New Issue
Block a user