diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index fe0e6b2..4ef233b 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -107,6 +107,12 @@ typedef VideoItem = { isIframe:Bool } +typedef FlashbackItem = { + url:String, + duration:Float, + time:Float +} + typedef WsEvent = { type:WsEventType, ?connected:{ |
