diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index eb137da..f9bc104 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -2,6 +2,11 @@ package; import Client.ClientData; +typedef VideoDataRequest = { + url:String, + atEnd:Bool +} + typedef VideoData = { duration:Float, ?title:String, |
