| 156 | * This is a base for a provider that does not necessarily use the Companion-assisted OAuth2 flow |
| 157 | */ |
| 158 | export interface BaseProviderPlugin { |
| 159 | title: string |
| 160 | icon: () => h.JSX.Element |
| 161 | storage: AsyncStore |
| 162 | } |
| 163 | |
| 164 | /* |
| 165 | * UnknownProviderPlugin can be any Companion plugin (such as Google Drive) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…