feat: re-export Asset type from init module

This commit is contained in:
2026-02-19 17:39:47 -05:00
parent 91f28e1c9b
commit f3b209d147
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
local Types = require(script.Types)
export type Asset = Types.Asset
return {
Types = require(script.Types),
Types = Types,
}