SocketSdkInstance
Import
import { SocketSdkInstance } from "@hyper-fetch/sockets"
Source
Package
Preview
type SocketSdkInstance<Schema> = Schema & { $configure: (defaults: SocketSdkConfigurationMap<Schema>) => SocketSdkInstance<Schema> };
Structure
SocketSdkInstance
| Name | Type | Description |
|---|---|---|
| $configure | |
