mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
feat(shell): red: update ipc types
This commit is contained in:
parent
f5998a4019
commit
1771d2e4df
@ -3,7 +3,7 @@ export type RedIpcArgs = [RedIpcEvent, RedIpcData]
|
|||||||
export interface RedIpcEvent {
|
export interface RedIpcEvent {
|
||||||
type: 'request' | 'response'
|
type: 'request' | 'response'
|
||||||
eventName: string
|
eventName: string
|
||||||
callbackId?: string | number
|
callbackId?: string
|
||||||
promiseStatue?: 'full'
|
promiseStatue?: 'full'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user