8 lines
85 B
TypeScript
8 lines
85 B
TypeScript
|
|
export {};
|
||
|
|
|
||
|
|
declare global {
|
||
|
|
interface Window {
|
||
|
|
CESIUM_BASE_URL: string;
|
||
|
|
}
|
||
|
|
}
|