Skip to content

⬅️ Back to Table of Contents

📄 _types.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/electron/_types.ts

📦 Imports

Name Source
IpcRendererEvent electron

Type Aliases

IpcRendererListener

type IpcRendererListener = (event: IpcRendererEvent, ...args: any[]) => void;