CustomStrategy


interface CustomStrategy {
  strategy: CustomTransportStrategy
  options?: {}
}

Properties

Property Description
strategy: CustomTransportStrategy
options?: {}