MCPcopy
hub / github.com/transloadit/uppy / BaseProviderPlugin

Interface BaseProviderPlugin

packages/@uppy/core/src/Uppy.ts:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 * This is a base for a provider that does not necessarily use the Companion-assisted OAuth2 flow
157 */
158export 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)

Callers

nothing calls this directly

Implementers 2

GooglePhotosPickerpackages/@uppy/google-photos-picker/sr
GoogleDrivePickerpackages/@uppy/google-drive-picker/src

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…