clean code

This commit is contained in:
MathieuG-P
2022-07-17 19:47:07 +02:00
parent e203fb603d
commit 4fd3a1da2f
27 changed files with 137 additions and 158 deletions
@@ -0,0 +1,4 @@
export interface IpcRequest<T>{
args?: T,
responceChannel?: string
}