mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
9 lines
144 B
TypeScript
9 lines
144 B
TypeScript
export = Menu;
|
|
declare class Menu {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
top_level_buttons: any;
|
|
label: any;
|
|
}
|