68 lines
2.2 KiB
TypeScript
68 lines
2.2 KiB
TypeScript
export namespace URLS {
|
|
const GIS: string;
|
|
const GOOGLE: string;
|
|
const W_GOOGLE: string;
|
|
const GOOGLE_NEWS: string;
|
|
const FAVICONKIT: string;
|
|
}
|
|
export namespace SELECTORS {
|
|
const TITLE: string;
|
|
const DESCRIPTION: string;
|
|
const URL: string;
|
|
const DID_YOU_MEAN: string;
|
|
const KNO_PANEL_TITLE: string[];
|
|
const KNO_PANEL_DESCRIPTION: string;
|
|
const KNO_PANEL_URL: string;
|
|
const KNO_PANEL_METADATA: string;
|
|
const KNO_PANEL_TYPE: string;
|
|
const KNO_PANEL_SONG_LYRICS: string;
|
|
const KNO_PANEL_AVAILABLE_ON: string;
|
|
const KNO_PANEL_IMAGES: string;
|
|
const KNO_PANEL_SONGS: string;
|
|
const KNO_PANEL_BOOKS: string;
|
|
const KNO_PANEL_TV_SHOWS_AND_MOVIES: string;
|
|
const KNO_PANEL_FILM_GOOGLEUSERS_RATING: string;
|
|
const KNO_PANEL_FILM_RATINGS: string[];
|
|
const KNO_PANEL_SOCIALS: string;
|
|
const VIDEOS: string;
|
|
const FEATURED_SNIPPET_TITLE: string[];
|
|
const FEATURED_SNIPPET_DESC: string[];
|
|
const FEATURED_SNIPPET_URL: string;
|
|
const UNIT_CONVERTER_INPUT: string;
|
|
const UNIT_CONVERTER_OUTPUT: string;
|
|
const UNIT_CONVERTER_FORMULA: string;
|
|
const INPUT_CURRENCY_NAME: string;
|
|
const OUTPUT_CURRENCY_NAME: string;
|
|
const CURRENCY_CONVERTER_INPUT: string;
|
|
const CURRENCY_CONVERTER_OUTPUT: string;
|
|
const WEATHER_LOCATION: string;
|
|
const WEATHER_FORECAST: string;
|
|
const PRECIPITATION: string;
|
|
const AIR_HUMIDITY: string;
|
|
const TEMPERATURE: string;
|
|
const WIND_SPEED: string;
|
|
const CURRENT_TIME_HOUR: string;
|
|
const CURRENT_TIME_DATE: string;
|
|
const LOCATION_TITLE: string;
|
|
const LOCATION_DISTANCE: string;
|
|
const LOCATION_IMAGE: string;
|
|
const GD_WORD: string;
|
|
const GD_PHONETIC: string;
|
|
const GD_AUDIO: string;
|
|
const GD_DEFINITIONS: string;
|
|
const GD_EXAMPLES: string;
|
|
const TR_SOURCE_LANGUAGE: string;
|
|
const TR_TARGET_LANGUAGE: string;
|
|
const TR_SOURCE_TEXT: string;
|
|
const TR_TARGET_TEXT: string;
|
|
const TOP_STORIES_DESCRIPTION: string[];
|
|
const TOP_STORIES_URL: string;
|
|
const TOP_STORIES_SNIPPET: string;
|
|
const TOP_STORIES_WEBSITE: string;
|
|
const PAA: string[];
|
|
const PASF: string;
|
|
const PUBLISHER: string;
|
|
const STORY_TITLE: string;
|
|
const STORY_IMG: string;
|
|
const STORY_TIME: string;
|
|
}
|