mirror of
https://github.com/penxio/penx.git
synced 2026-01-13 15:38:12 -05: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
|
|
}
|
|
}
|