| 1 | // Expected to be defined in index.html |
| 2 | declare global { |
| 3 | interface Window { |
| 4 | SRCBOOK_CONFIG: { |
| 5 | api: { |
| 6 | host: string; |
| 7 | origin: string; |
| 8 | }; |
| 9 | }; |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | export default window.SRCBOOK_CONFIG; |
nothing calls this directly
no outgoing calls
no test coverage detected