Files
YouTube.js/typings/lib/parser/classes/MerchandiseShelf.d.ts
2022-07-11 06:13:21 -03:00

10 lines
180 B
TypeScript

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