satupeta-main/shared/types/global.d.ts
2026-01-27 09:31:12 +07:00

8 lines
85 B
TypeScript

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