youtubei
Version:
Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
6 lines (5 loc) • 310 B
TypeScript
import protobuf from "protobufjs";
import { MusicSearchType } from "../MusicSearchResult";
import { MusicSearchProto as ProtoType } from "./MusicSearchProto";
export declare const MusicSearchProto: protobuf.Type;
export declare const optionsToProto: (type: MusicSearchType) => ProtoType["MusicSearchOptions"];