From 26acf4830498ebe483e565781cac7f7574c2348b Mon Sep 17 00:00:00 2001 From: V1K1NGbg Date: Thu, 22 Aug 2024 17:49:09 -0300 Subject: Teal: add type definition module luarocks.core.types.tree --- src/luarocks/core/types/tree.d.tl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/luarocks/core/types/tree.d.tl (limited to 'src') 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 @@ +local record tree + record Tree + name: string + root: string + rocks_dir: string + lua_dir: string + lib_dir: string + end +end + +return tree \ No newline at end of file -- cgit v1.2.3-55-g6feb