@ -15,3 +15,5 @@ package op_type
type Dict interface {
map[string]interface{} | map[interface{}]interface{} | map[int64]int64 | map[float64]interface{}
}
type MapSlice[K string, V []int64 | []uint64 | []string | []any] map[K]V
The note is not visible to the blocked user.