generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export declare const deserializeErr: (serializedErr: any) => any;
|
||||
export declare function invokeIpcMethod({ fetchHostname, method, args, ipcPort, ipcKey, }: {
|
||||
fetchHostname?: string;
|
||||
method: string;
|
||||
args: any[];
|
||||
ipcPort?: string;
|
||||
ipcKey?: string;
|
||||
}): Promise<any>;
|
||||
Reference in New Issue
Block a user