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