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

8 lines
159 B
TypeScript

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