excalidraw/excalidraw-app/global.d.ts

4 lines
63 B
TypeScript

interface Window {
__EXCALIDRAW_SHA__: string | undefined;
}