mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 14:08:06 +00:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
export = UpdateDateTextAction;
|
|
declare class UpdateDateTextAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
date_text: any;
|
|
}
|