mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
chore: regenerate type declarations
This commit is contained in:
@@ -3,10 +3,11 @@ declare class WatchCardRichHeader {
|
||||
constructor(data: any);
|
||||
type: string;
|
||||
title: Text;
|
||||
title_endpoint: any;
|
||||
title_endpoint: NavigationEndpoint;
|
||||
subtitle: Text;
|
||||
author: Author;
|
||||
style: any;
|
||||
}
|
||||
import Text = require("./Text");
|
||||
import NavigationEndpoint = require("./NavigationEndpoint");
|
||||
import Author = require("./Author");
|
||||
|
||||
Reference in New Issue
Block a user