CustomStrategy


interface CustomStrategy {
  strategy: CustomTransportStrategy
  options?: Record<string, any>
}

Properties

Property Description
strategy: CustomTransportStrategy
options?: Record<string, any>