UNPKG

youtube-likes-downloader

Version:
13 lines 280 B
export interface VideoInfo { id: string; title: string; channel: string; ext: string; } export interface VideoJSON extends VideoInfo { width: number; height: number; resolution: string; duration_string: string; } //# sourceMappingURL=index.d.ts.map