satupeta-main/shared/types/global.d.ts

8 lines
85 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export {};
declare global {
interface Window {
CESIUM_BASE_URL: string;
}
}