mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export = WatchCardSectionSequence;
|
|
declare class WatchCardSectionSequence {
|
|
constructor(data: any);
|
|
type: string;
|
|
lists: any;
|
|
}
|