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

7 lines
140 B
TypeScript

export = WatchCardSectionSequence;
declare class WatchCardSectionSequence {
constructor(data: any);
type: string;
lists: any;
}