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