mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: fix HideEngagementPanelEndpoint type
Oops.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { YTNode } from '../../helpers.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
|
||||
export default class ChangeEngagementPanelVisibilityEndpoint extends YTNode {
|
||||
static type = 'ChangeEngagementPanelVisibilityEndpoint';
|
||||
export default class HideEngagementPanelEndpoint extends YTNode {
|
||||
static type = 'HideEngagementPanelEndpoint';
|
||||
|
||||
public panel_identifier: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user