mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
fix(native): potential sharablecontent icon/name crash (#10464)
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@
|
||||
export declare class Application {
|
||||
static tapGlobalAudio(excludedProcesses: Array<Application> | undefined | null, audioStreamCallback: ((err: Error | null, arg: Float32Array) => void)): AudioTapStream
|
||||
get processId(): number
|
||||
get processGroupId(): number
|
||||
get bundleIdentifier(): string
|
||||
get name(): string
|
||||
get icon(): Buffer
|
||||
|
||||
Reference in New Issue
Block a user