mzforge/lib/Resources.dhall

10 lines
132 B
Text
Raw Normal View History

2024-10-17 23:23:54 +00:00
let File
: Type
= { path : Text, contents : Text }
let Resources
: Type
= { files : List File }
in { Resources }