mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 11:35:08 +00:00
System to handle IPC communication
This commit is contained in:
4
src/electron/shared/interfaces/test.interface.ts
Normal file
4
src/electron/shared/interfaces/test.interface.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface TestInput {
|
||||
value1: string
|
||||
value2: number
|
||||
}
|
||||
Reference in New Issue
Block a user