UNPKG
@pubby.club/sdk
Version:
latest (0.0.1)
next (0.0.1)
0.0.1
Pubby Development Kit
github.com/pubby-club/sdk
pubby-club/sdk
@pubby.club/sdk
/
types
/
websocket
/
outgoing
/
playback-skip.event.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
OutgoingMessage
}
from
'../outgoing-message'
;
export
declare
class
PlaybackSkipRequest
extends
OutgoingMessage
{
static
id
:
string
; }