Successful result of a music list request, containing the returned music assets.
Example
// MusicListSuccess is the data payload inside a successful MusicListResponse. // Read it from response.data — never construct directly. constprovider = this.pluginSystem.findInterface( IAssetLibraryProvider.interfaceId ) asimport('LensStudio:AssetLibrary').IAssetLibraryProvider;
Successful result of a music list request, containing the returned music assets.
Example