Type Alias: IpcResponse<T>
IpcResponse<
T> =IpcResponse<T>
Defined in: electron/services/ipc/types.ts:16
Canonical IPC response shape used by Electron IPC handlers.
Type Parameters
T
T = unknown
Payload type carried by a successful IPC response.