Skip to main content
Version: v8.0.0

SocketSdkConfigurationMap


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

Preview

type SocketSdkConfigurationMap<Schema> = { [ K in SocketSdkConfigurationKeys<Schema>]?: SocketSdkConfigurationValueFor<K extends ExtractSocketSdkPaths<Schema> ? ResolveDotPath<Schema, K> : SocketSdkLeaf> };