aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/core/types/persist.d.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/luarocks/core/types/persist.d.tl b/src/luarocks/core/types/persist.d.tl
new file mode 100644
index 00000000..259461de
--- /dev/null
+++ b/src/luarocks/core/types/persist.d.tl
@@ -0,0 +1,4 @@
1local record persist
2 type PersistableTable = { string | number : string | number | boolean | PersistableTable }
3end
4return persist \ No newline at end of file