Files
YouTube.js/typings/lib/parser/classes/CardCollection.d.ts
2022-07-11 06:13:21 -03:00

10 lines
202 B
TypeScript

export = CardCollection;
declare class CardCollection {
constructor(data: any);
type: string;
cards: any;
header: Text;
allow_teaser_dismiss: any;
}
import Text = require("./Text");