diff --git a/pkg/types/data_array.go b/pkg/types/data_array.go index b3565c7..6d6be28 100644 --- a/pkg/types/data_array.go +++ b/pkg/types/data_array.go @@ -5,14 +5,8 @@ import ( "encoding/json" "fmt" "reflect" - - "golang.org/x/exp/constraints" ) -type DataArrayTypeValues interface { - constraints.Ordered -} - // DataArrayType An {array} of data. // The value must represent an {array} or it will be ignored, but this array can be provided in several forms: // (1) a regular {array} object