This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trafficcue-client/src/global.d.ts
Cfp 0ded36e780
Some checks failed
TrafficCue CI / check (push) Failing after 55s
TrafficCue CI / build (push) Successful in 48s
feat: add keep-screen-on plugin
2025-08-06 11:53:24 +02:00

8 lines
76 B
TypeScript

export {};
declare global {
interface Window {
__TAURI__: object?;
}
}