fix: commit Packages for wally consumers

This commit is contained in:
2026-02-19 17:48:04 -05:00
parent 793f20088c
commit 35a52d9a8e
8 changed files with 725 additions and 1 deletions
@@ -0,0 +1,7 @@
local Types = require(script.Types)
export type Asset = Types.Asset
return {
Types = Types,
}