mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
export = ThumbnailOverlayEndorsement;
|
|
declare class ThumbnailOverlayEndorsement {
|
|
constructor(data: any);
|
|
type: string;
|
|
text: any;
|
|
}
|