Type Alias: VoidIpcInvokeChannel
VoidIpcInvokeChannel =
{ [TChannel in IpcInvokeChannel]: IpcInvokeChannelResult<TChannel> extends undefined ? TChannel : never }[IpcInvokeChannel]
Defined in: shared/types/ipc.ts:279
Union of channels whose IPC responses contain no payload (void results).