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

9 lines
154 B
TypeScript

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