import { OpenDialogOptions, OpenDialogReturnValue } from 'electron' import { RpcEvent } from './EventSystem/Rpc' export function makeOpenDialogRpc(): RpcEvent { return { topic: 'openDialog', } }