Files
Swarm/DysonNetwork.Pass/Client/src/dy-prefetch.d.ts
2025-08-02 22:15:06 +08:00

8 lines
76 B
TypeScript

export {}
declare global {
interface Window {
DyPrefetch?: any
}
}