mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
3 lines
51 B
TypeScript
3 lines
51 B
TypeScript
interface Window {
|
|
INITIAL_TIMESTAMP?: number;
|
|
}
|