Files
KnockOutWhist-Frontend/env.d.ts

8 lines
159 B
TypeScript

/// <reference types="vite/client" />
declare global {
interface Window { __RUNTIME_CONFIG__?: { API_URL?: string; WEBSOCKET_URL?: string } }
}
export {};