6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
declare interface Window {
|
|
// extend the window
|
|
__DEV__: boolean
|
|
$pageData: any
|
|
}
|