ntcore-ts-client
Preparing search index...
unsubscribeMessageSchema
Variable unsubscribeMessageSchema
Const
unsubscribeMessageSchema
:
ZodObject
<
{
method
:
ZodLiteral
<
"unsubscribe"
>
;
params
:
ZodObject
<
{
subuid
:
ZodNumber
}
,
$strip
>
;
}
,
$strip
,
>
= ...
Schema for an unsubscribe message in the NT protocol.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ntcore-ts-client
Loading...
Schema for an unsubscribe message in the NT protocol.