Reviewed-on: #2 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare global {
|
|
interface Window { __RUNTIME_CONFIG__?: { API_URL?: string } }
|
|
}
|
|
|
|
export {};
|