10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
interface Window {
|
|
[propName: string]: any;
|
|
}
|
|
|
|
declare namespace browser {
|
|
namespace runtime {
|
|
const OnInstalledReason: typeof chrome.runtime.OnInstalledReason;
|
|
}
|
|
}
|