mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: lint
This commit is contained in:
@@ -10,8 +10,8 @@ export default class PageHeaderView extends YTNode {
|
||||
|
||||
title: DynamicTextView | null;
|
||||
image: ContentPreviewImageView | null;
|
||||
metadata: YTNode | null;
|
||||
actions: YTNode | null;
|
||||
metadata: ContentMetadataView | null;
|
||||
actions: FlexibleActionsView | null;
|
||||
|
||||
constructor(data: RawNode) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user