Files
YouTube.js/typings/lib/parser/contents/classes/PlayerAnnotationsExpanded.d.ts
2022-06-06 04:20:28 -03:00

17 lines
446 B
TypeScript

export = PlayerAnnotationsExpanded;
declare class PlayerAnnotationsExpanded {
constructor(data: any);
type: string;
featured_channel: {
start_time_ms: any;
end_time_ms: any;
watermark: any;
channel_name: any;
endpoint: NavigationEndpoint;
subscribe_button: any;
};
allow_swipe_dismiss: any;
annotation_id: any;
}
import NavigationEndpoint = require("./NavigationEndpoint");