mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 15:21:54 +00:00
chore: v5.0.0 release
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import Parser from '../parser.ts';
|
||||
import GuideEntry from './GuideEntry.ts';
|
||||
import type { RawNode } from '../index.ts';
|
||||
import { YTNode } from '../helpers.ts';
|
||||
import { type ObservedArray, YTNode } from '../helpers.ts';
|
||||
|
||||
export default class GuideCollapsibleEntry extends YTNode {
|
||||
static type = 'GuideCollapsibleEntry';
|
||||
|
||||
expander_item: GuideEntry | null;
|
||||
collapser_item: GuideEntry | null;
|
||||
expandable_items;
|
||||
expandable_items: ObservedArray<YTNode>;
|
||||
|
||||
constructor(data: RawNode) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user