mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 15:52:13 +00:00
9 lines
155 B
TypeScript
9 lines
155 B
TypeScript
export = MerchandiseShelf;
|
|
declare class MerchandiseShelf {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: any;
|
|
menu: any;
|
|
items: any;
|
|
}
|