| 157 | }; |
| 158 | |
| 159 | interface OAuth2Info { |
| 160 | verifier?: string; |
| 161 | helperModal?: Modal; |
| 162 | authDiv?: HTMLElement; |
| 163 | revokeDiv?: HTMLElement; |
| 164 | revokeAuthSetting?: Setting; |
| 165 | } |
| 166 | |
| 167 | const iconNameSyncWait = `remotely-save-sync-wait`; |
| 168 | const iconNameSyncRunning = `remotely-save-sync-running`; |
nothing calls this directly
no outgoing calls
no test coverage detected