Files
YouTube.js/typings/lib/parser/contents/classes/MerchandiseShelf.d.ts
2022-06-10 15:06:27 -03:00

9 lines
155 B
TypeScript

export = MerchandiseShelf;
declare class MerchandiseShelf {
constructor(data: any);
type: string;
title: any;
menu: any;
items: any;
}