3 lines
39 B
TypeScript
3 lines
39 B
TypeScript
|
|
interface Window{
|
||
|
|
baseApi: string
|
||
|
|
}
|