Skip to main content
Version: v8.0.0

SocketSdkDefaults


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

Preview

type SocketSdkDefaults = {
options?: Record<string, unknown>;
}

Structure

SocketSdkDefaults
NameTypeDescription
options
Record<string, unknown>