Files
YouTube.js/typings/lib/parser/contents/classes/DownloadButton.d.ts
2022-06-06 04:20:28 -03:00

11 lines
250 B
TypeScript

export = DownloadButton;
declare class DownloadButton {
constructor(data: any);
type: string;
style: any;
size: any;
endpoint: NavigationEndpoint;
target_id: any;
}
import NavigationEndpoint = require("./NavigationEndpoint");