MCPcopy
hub / github.com/watsonbox/exportify / PlaylistsExporterProps

Interface PlaylistsExporterProps

src/components/PlaylistsExporter.tsx:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import PlaylistsData from "./data/PlaylistsData"
11
12interface PlaylistsExporterProps extends WithTranslation {
13 accessToken: string
14 playlistsData: PlaylistsData
15 searchQuery: string
16 config: any
17 onPlaylistExportStarted: (playlistName: string, doneCount: number) => void
18 onPlaylistsExportDone: () => void
19}
20
21// Handles exporting all playlist data as a zip file
22class PlaylistsExporter extends React.Component<PlaylistsExporterProps> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected