mirror of
https://github.com/penxio/penx.git
synced 2026-05-12 03:03:12 -04:00
11 lines
157 B
TypeScript
11 lines
157 B
TypeScript
declare module 'shikwasa'
|
|
|
|
declare global {
|
|
interface Window {
|
|
__SITE__: any
|
|
__SITE_ID__: string
|
|
__USER_ID__: string
|
|
__PLAYER__: any
|
|
}
|
|
}
|