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