cal.pub0.org/packages/types/window.d.ts

6 lines
73 B
TypeScript

interface Window {
Meticulous?: {
isRunningAsTest: boolean;
};
}