fx/pkg/json/types.go
2022-04-17 22:57:12 +02:00

7 lines
91 B
Go

package json
import "encoding/json"
type Number = json.Number
type Array = []interface{}