Files
YouTube.js/typings/lib/parser/classes/TextRun.d.ts
2022-07-11 06:13:21 -03:00

7 lines
105 B
TypeScript

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