An object containing configuration parameters for the ConneryService class.

interface ConneryServiceParams {
    apiKey: string;
    runnerUrl: string;
}

Hierarchy

  • AsyncCallerParams
    • ConneryServiceParams

Properties

Properties

apiKey: string
runnerUrl: string

Generated using TypeDoc