Files
YouTube.js/typings/lib/parser/contents/classes/TextRun.d.ts
2022-06-06 04:20:28 -03:00

7 lines
105 B
TypeScript

export = TextRun;
declare class TextRun {
constructor(data: any);
text: any;
endpoint: {};
}