Skip to main content
Version: v8.0.0

SocketSdkConfigurationValue


Import
import { SocketSdkConfigurationValue } from "@hyper-fetch/sockets"

Preview

type SocketSdkConfigurationValue = SocketSdkDefaults | (instance: SocketSdkLeaf) => SocketSdkLeaf;