UNPKG

yt-dlx

Version:

Effortless Audio-Video Downloader And Streamer!

6 lines 156 B
export default interface TubeResponse<T> { data?: T; message?: string; status: "success" | "error"; } //# sourceMappingURL=TubeResponse.d.ts.map