mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
11 lines
176 B
TypeScript
11 lines
176 B
TypeScript
export = Card;
|
|
declare class Card {
|
|
constructor(data: any);
|
|
type: string;
|
|
teaser: any;
|
|
content: any;
|
|
card_id: any;
|
|
feature: any;
|
|
cue_ranges: any;
|
|
}
|