[chore] fix lint errors

This commit is contained in:
MathieuG-P
2023-07-01 03:01:38 +02:00
parent 7addb57613
commit d62727c3f9
55 changed files with 176 additions and 181 deletions
@@ -1,5 +1,4 @@
import { Observable } from "rxjs";
import { IpcResponse } from "./ipc-response.interface";
export interface IpcRequest<T>{
args?: T,