mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
export = AnalyticsMainAppKeyMetrics;
|
|
declare class AnalyticsMainAppKeyMetrics {
|
|
constructor(data: any);
|
|
type: string;
|
|
period: any;
|
|
sections: any;
|
|
}
|