aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/core/types/tree.d.tl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/luarocks/core/types/tree.d.tl b/src/luarocks/core/types/tree.d.tl
new file mode 100644
index 00000000..6af23f37
--- /dev/null
+++ b/src/luarocks/core/types/tree.d.tl
@@ -0,0 +1,11 @@
1local record tree
2 record Tree
3 name: string
4 root: string
5 rocks_dir: string
6 lua_dir: string
7 lib_dir: string
8 end
9end
10
11return tree \ No newline at end of file