mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
declare namespace Electron {
|
|
// https://github.com/electron/typescript-definitions/issues/170
|
|
interface IncomingMessage extends NodeJS.ReadableStream {}
|
|
}
|