--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
local ____exports = {}
local ____baseObject = require("forge.baseObject")
local createBaseObject = ____baseObject.createBaseObject
____exports.createCard = function(properties)
    return createBaseObject(properties, "CardCustom")
end
return ____exports
