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