type SingleValue = string | number | bigint | boolean | null type Value = SingleValue | SingleValue[] function insert>(x: