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

7 lines
143 B
TypeScript

export = SearchSuggestionsSection;
declare class SearchSuggestionsSection {
constructor(data: any);
type: string;
contents: any;
}