Interface for parameters required by GoogleCustomSearch class.

interface GoogleCustomSearchParams {
    apiKey?: string;
    googleCSEId?: string;
}

Properties

apiKey?: string
googleCSEId?: string

Generated using TypeDoc