mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
export = MetadataRowContainer;
|
|
declare class MetadataRowContainer {
|
|
constructor(data: any);
|
|
type: string;
|
|
rows: any;
|
|
collapsed_item_count: any;
|
|
}
|