aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/core/types/rockmanifest.d.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/luarocks/core/types/rockmanifest.d.tl b/src/luarocks/core/types/rockmanifest.d.tl
new file mode 100644
index 00000000..59fec9f1
--- /dev/null
+++ b/src/luarocks/core/types/rockmanifest.d.tl
@@ -0,0 +1,7 @@
1local record rockmanifest
2 record RockManifest
3 type Entry = string | {string: Entry}
4 rock_manifest: {string: Entry}
5 end
6end
7return rockmanifest \ No newline at end of file