mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
10 lines
234 B
TypeScript
10 lines
234 B
TypeScript
export = ChipCloudChip;
|
|
declare class ChipCloudChip {
|
|
constructor(data: any);
|
|
type: string;
|
|
is_selected: any;
|
|
endpoint: NavigationEndpoint;
|
|
text: any;
|
|
}
|
|
import NavigationEndpoint = require("./NavigationEndpoint");
|