Type Alias: IpcInvokeChannel
type IpcInvokeChannel = keyof IpcInvokeChannelMap;
Defined in: shared/types/ipc.ts:229
Union of all IPC channel identifiers supported by IpcInvokeChannelMap.
type IpcInvokeChannel = keyof IpcInvokeChannelMap;
Defined in: shared/types/ipc.ts:229
Union of all IPC channel identifiers supported by IpcInvokeChannelMap.