Type Alias: IpcInvokeChannelParams<TChannel>
IpcInvokeChannelParams<
TChannel> =MutableTuple<IpcInvokeChannelMap[TChannel]["params"]>
Defined in: shared/types/ipc.ts:263
Helper type extracting the parameter tuple for a specific IPC channel.
Type Parametersโ
TChannelโ
TChannel extends IpcInvokeChannel