Interface ToolSerpApiNodeParameters

Source
interface ToolSerpApiNodeParameters {
    options?: {
        device?: "mobile" | "desktop" | "tablet";
        gl?: string;
        google_domain?: string;
        hl?: string;
        no_cache?: boolean;
    };
}

Properties§

§readonly options?: { ... }

Default: {}