@30nama/sdk 2.0.0-rc.39 → 2.0.0-rc.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,5 +121,5 @@ export declare class VideoDataService extends BaseService {
121
121
  * Show external subtitle links
122
122
  * @param params External subtitle parameters
123
123
  */
124
- showExternalSubtitles(params?: ShowExternalSubtitleRetrieveParams): Promise<APIResponse<ExternalMovieResponse | ExternalSeriesResponse>>;
124
+ showExternalSubtitles(params?: ShowExternalSubtitleRetrieveParams): Promise<APIResponse<ExternalMovieResponse['data'] | ExternalSeriesResponse['data']>>;
125
125
  }