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();
|
||||
|
||||
@@ -7,10 +7,10 @@ import Playlist from './Playlist.js';
|
||||
import Menu from '../classes/menus/Menu.js';
|
||||
import Shelf from '../classes/Shelf.js';
|
||||
import Button from '../classes/Button.js';
|
||||
import PageHeader from '../classes/PageHeader.js';
|
||||
|
||||
import type { IBrowseResponse } from '../types/ParsedResponse.js';
|
||||
import type { ApiResponse } from '../../core/Actions.js';
|
||||
import { PageHeader } from '../nodes.js';
|
||||
|
||||
class Library extends Feed<IBrowseResponse> {
|
||||
header: PageHeader | null;
|
||||
|
||||
Reference in New Issue
Block a user