mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
export = OpenPopupAction;
|
|
declare class OpenPopupAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
popup: any;
|
|
popup_type: any;
|
|
}
|