Type Alias: IpcInvokeChannelResult<TChannel>
type IpcInvokeChannelResult<TChannel> = IpcInvokeChannelMap[TChannel]["result"];
Defined in: shared/types/ipc.ts:578
Helper type extracting the result payload for a specific IPC channel.
Type Parametersโ
TChannelโ
TChannel extends IpcInvokeChannel