fx/pkg/json/types.go

7 lines
91 B
Go
Raw Normal View History

2022-04-17 20:57:12 +00:00
package json
import "encoding/json"
type Number = json.Number
type Array = []interface{}