mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 09:55:18 +00:00
11 lines
268 B
TypeScript
11 lines
268 B
TypeScript
export = ChipCloudChip;
|
|
declare class ChipCloudChip {
|
|
constructor(data: any);
|
|
type: string;
|
|
text: Text;
|
|
endpoint: NavigationEndpoint;
|
|
is_selected: any;
|
|
}
|
|
import Text = require("./Text");
|
|
import NavigationEndpoint = require("./NavigationEndpoint");
|