Interface for the parameters required to instantiate a BraveSearch instance.

interface BraveSearchParams {
    apiKey?: string;
}

Properties

Properties

apiKey?: string

Generated using TypeDoc