mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
export = MenuServiceItemDownload;
|
|
declare class MenuServiceItemDownload {
|
|
constructor(data: any);
|
|
type: string;
|
|
has_separator: any;
|
|
endpoint: NavigationEndpoint;
|
|
}
|
|
import NavigationEndpoint = require("../NavigationEndpoint");
|