SocketSdkConfigurationMap
Import
import { SocketSdkConfigurationMap } from "@hyper-fetch/sockets"
Source
Package
Preview
type SocketSdkConfigurationMap<Schema> = { [ K in SocketSdkConfigurationKeys<Schema>]?: SocketSdkConfigurationValueFor<K extends ExtractSocketSdkPaths<Schema> ? ResolveDotPath<Schema, K> : SocketSdkLeaf> };
