Preparing search index...
The search index is not available
@switchboard-xyz/on-demand
@switchboard-xyz/on-demand
StreamingRawResponse
Interface StreamingRawResponse
Raw streaming response data from WebSocket
interface
StreamingRawResponse
{
data
:
Record
<
string
,
unknown
>
;
timestamp
:
number
;
type
:
"price_update"
|
"bundle_update"
;
}
Index
Properties
data
timestamp
type
Properties
data
data
:
Record
<
string
,
unknown
>
timestamp
timestamp
:
number
type
type
:
"price_update"
|
"bundle_update"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
timestamp
type
@switchboard-xyz/on-demand
Loading...
Raw streaming response data from WebSocket