Vertinext/shims.d.ts

6 lines
88 B
TypeScript

declare interface Window {
// extend the window
__DEV__: boolean
$pageData: any
}