mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 17:38:23 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
export = AppendContinuationItemsAction;
|
|
declare class AppendContinuationItemsAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
target: any;
|
|
}
|