mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
10 lines
194 B
TypeScript
10 lines
194 B
TypeScript
export = EmergencyOnebox;
|
|
declare class EmergencyOnebox {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: Text;
|
|
first_option: any;
|
|
menu: any;
|
|
}
|
|
import Text = require("./Text");
|