TavilyMapResponse: {
    base_url: string;
    response_time: number;
    results: string[];
}

Type declaration

  • base_url: string

    The base URL that was mapped.

  • response_time: number

    The response time of the map operation.

  • results: string[]

    The results of the map operation - array of URL strings.