| 67 | |
| 68 | declare global { |
| 69 | interface Window { |
| 70 | __CODEBURN_BOOTSTRAP__?: { devices: DeviceUsage[] } |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | // A device may run a different CodeBurn version and send a payload missing |
nothing calls this directly
no outgoing calls
no test coverage detected