Interface for parameters required by SERPGoogleTrendsTool class.

interface SERPGoogleTrendsToolParams {
    apiKey?: string;
}

Properties

Properties

apiKey?: string