/// import { Webxdc } from "webxdc-types"; import { Payload } from "./src/types"; declare global { interface Window { webxdc: Webxdc; } }