mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
new ipcs principle
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export interface IpcRequest<T>{
|
||||
args?: T,
|
||||
responceChannel?: string
|
||||
}
|
||||
|
||||
export interface IpcResponse<T>{
|
||||
data?: T,
|
||||
error?: any,
|
||||
success: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user