mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 09:55:18 +00:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export = BrowseFeedActions;
|
|
declare class BrowseFeedActions {
|
|
constructor(data: any);
|
|
type: string;
|
|
contents: any;
|
|
}
|