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