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