| 26 | nonInteraction?: boolean; |
| 27 | } |
| 28 | interface Window { |
| 29 | ga: ( |
| 30 | command: 'send', |
| 31 | hitType: 'event' | 'pageview', |
| 32 | fieldsObject: GAFieldsObject | string, |
| 33 | ) => void; |
| 34 | } |
| 35 | |
| 36 | declare let ga: Function; |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected