make JsonNode an any type

This commit is contained in:
filifa
2025-04-06 17:54:05 -04:00
parent 35a9a26fbb
commit 638fb44bd0

View File

@@ -26,5 +26,4 @@ mlbstats. If not, see <https://www.gnu.org/licenses/>.
*/
package models
type JsonNode struct {
}
type JsonNode any