CustomClientOptions


interface CustomClientOptions {
  customClass: Type<ClientProxy>
  options?: Record<string, any>
}

Properties

Property Description
customClass: Type<ClientProxy>
options?: Record<string, any>