Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/ProxyConfig"

Index

Type aliases

Type aliases

ProxyConfig

ProxyConfig: { apiKey: string; devKey?: undefined | string; testMode?: undefined | false | true; user: string }

Type declaration

  • apiKey: string
  • Optional devKey?: undefined | string
  • Optional testMode?: undefined | false | true
  • user: string

Generated using TypeDoc