SerperParameters: {
    gl?: string;
    hl?: string;
}

Defines the parameters that can be passed to the Serper class during instantiation. It includes gl and hl which are optional.

Type declaration

  • Optional gl?: string
  • Optional hl?: string

Generated using TypeDoc