Type Alias: BridgeResult<TChannel>
BridgeResult<
TChannel> =IpcInvokeChannelResult<TChannel> extendsundefined?Promise<void> :Promise<IpcInvokeChannelResult<TChannel>>
Defined in: shared/types/preload.ts:23
Internal
Resolves to the appropriate promise result type for a channel.
Type Parametersโ
TChannelโ
TChannel extends IpcInvokeChannel