| 23 | |
| 24 | // eslint-disable-next-line ts/consistent-type-definitions -- interface required for declaration merging |
| 25 | interface Window { |
| 26 | gtag?: Gtag |
| 27 | dataLayer?: unknown[] |
| 28 | } |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected