mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
chore: update type definitions
This commit is contained in:
13
typings/lib/parser/contents/classes/AnalyticsVideo.d.ts
vendored
Normal file
13
typings/lib/parser/contents/classes/AnalyticsVideo.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export = AnalyticsVideo;
|
||||
declare class AnalyticsVideo {
|
||||
constructor(data: any);
|
||||
type: string;
|
||||
title: any;
|
||||
metadata: {
|
||||
views: any;
|
||||
published: any;
|
||||
thumbnails: any;
|
||||
duration: any;
|
||||
is_short: any;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user