Files
penx/apps/web/index.d.ts
2025-05-26 10:58:58 +08:00

11 lines
157 B
TypeScript

declare module 'shikwasa'
declare global {
interface Window {
__SITE__: any
__SITE_ID__: string
__USER_ID__: string
__PLAYER__: any
}
}