mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
declare global {
|
|
interface Window {
|
|
Go: typeof window.Go
|
|
onWasmInitialized?: () => void
|
|
|
|
XrayParseConfig: (config: string) => null | string
|
|
}
|
|
}
|
|
|
|
export {}
|