mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 14:08:06 +00:00
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
export = UpdateDescriptionAction;
|
|
declare class UpdateDescriptionAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
description: Text;
|
|
}
|
|
import Text = require("../Text");
|