Remnawave_frontend/global.d.ts

10 lines
187 B
TypeScript

declare global {
interface Window {
Go: typeof window.Go
onWasmInitialized?: () => void
XrayParseConfig: (config: string) => null | string
}
}
export {}