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 17b010b..8eda528 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -2,6 +2,11 @@ package; import Client.ClientData; +typedef VideoData = { + duration:Float, + ?title:String +} + typedef Config = { channelName:String, maxLoginLength:Int, |
