| 1 | import { contextBridge, ipcRenderer, webUtils as webUtilities } from 'electron'; |
| 2 | import type { AuthTypeOAuth2, OAuth2Token, RequestHeader } from 'insomnia-data'; |
| 3 | |
| 4 | import { invokeWithNormalizedError } from '~/main/ipc/invoke'; |
nothing calls this directly
no test coverage detected