UNPKG

@lzwme/m3u8-dl

Version:

A free, open-source, and powerful m3u8 video batch downloader with multi-threaded downloading, play-while-downloading, WebUI management, video parsing, and more.

6 lines (5 loc) 89 B
export interface ApiResponse<T> { code: number; message: string; data?: T; }