File

src/star-search/interfaces/bing-search-result.interface.ts

Index

Properties

Properties

value
value: BingWebPageResult[]
Type : BingWebPageResult[]
export interface BingSearchResponse {
  webPages: BingWebPages;
}

export interface BingWebPages {
  value: BingWebPageResult[];
}

export interface BingWebPageResult {
  name: string;
  url: string;
  displayUrl?: string;
  snippet: string;
  datePublished?: string;
}

results matching ""

    No results matching ""