11 строки
341 B
TypeScript
11 строки
341 B
TypeScript
// Type definitions for Electron <<VERSION>>
|
|
// Project: http://electronjs.org/
|
|
// Definitions by: The Electron Team <https://github.com/electron/electron>
|
|
// Definitions: https://github.com/electron/typescript-definitions
|
|
|
|
/// <reference types="node" />
|
|
|
|
type DOMEvent = Event;
|
|
type GlobalResponse = Response;
|
|
type GlobalRequest = Request;
|