mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
export = ThumbnailOverlayInlineUnplayable;
|
|
declare class ThumbnailOverlayInlineUnplayable {
|
|
constructor(data: any);
|
|
type: string;
|
|
text: any;
|
|
icon_type: any;
|
|
}
|