6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
|
/// <reference types="react-scripts" />
|
||
|
|
||
|
interface Window {
|
||
|
_env_?: Record<string, string>;
|
||
|
}
|