Type alias ProviderConfig

ProviderConfig: {
    accountServiceEnabled: boolean;
    apiKey: string;
    secretKey: string;
    url?: string;
}

Configuration for a provider

Type declaration

  • accountServiceEnabled: boolean
  • apiKey: string
  • secretKey: string
  • Optional url?: string

Generated using TypeDoc