diff options
-rw-r--r-- | src/luarocks/core/types/rockmanifest.d.tl | 7 |
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 @@ | |||
1 | local record rockmanifest | ||
2 | record RockManifest | ||
3 | type Entry = string | {string: Entry} | ||
4 | rock_manifest: {string: Entry} | ||
5 | end | ||
6 | end | ||
7 | return rockmanifest \ No newline at end of file | ||