diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/core/types/tree.d.tl | 11 |
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 @@ | |||
1 | local 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 | ||
9 | end | ||
10 | |||
11 | return tree \ No newline at end of file | ||