mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
import { Site } from '@penxio/types'
|
|
|
|
declare global {
|
|
interface Window {
|
|
__SITE__: Site
|
|
__USER_ID__: string
|
|
}
|
|
}
|