mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
11 lines
314 B
TypeScript
11 lines
314 B
TypeScript
export = ShowingResultsFor;
|
|
declare class ShowingResultsFor {
|
|
constructor(data: any);
|
|
type: string;
|
|
corrected_query: Text;
|
|
endpoint: NavigationEndpoint;
|
|
original_query_endpoint: NavigationEndpoint;
|
|
}
|
|
import Text = require("./Text");
|
|
import NavigationEndpoint = require("./NavigationEndpoint");
|