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

7 lines
117 B
TypeScript

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