satupeta-main/shared/types/global.d.ts
2026-02-23 12:21:05 +07:00

8 lines
85 B
TypeScript
Executable File

export {};
declare global {
interface Window {
CESIUM_BASE_URL: string;
}
}