diff options
Diffstat (limited to 'dhall/types/Config.dhall')
| -rw-r--r-- | dhall/types/Config.dhall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/types/Config.dhall b/dhall/types/Config.dhall index 21e541a..eb9db9f 100644 --- a/dhall/types/Config.dhall +++ b/dhall/types/Config.dhall @@ -12,6 +12,8 @@ let NagMessage = ./NagMessage.dhall let SeriesDescription = ./SeriesDescription.dhall +let VOD = ./StreamVOD.dhall + let PronounSet = ./PronounSet.dhall let Prelude = ../Prelude.dhall @@ -37,6 +39,7 @@ in { Type = , contactLinks : List Link.Type , pronouns : List PronounSet.Type , characters : List Character.Type + , vods : List VOD.Type } , default = { signalboost = [] : List Person.Type @@ -53,5 +56,6 @@ in { Type = , contactLinks = [] : List Link.Type , pronouns = [] : List PronounSet.Type , characters = [] : List Character.Type + , vods = [] : List VOD.Type } } |
