I saw code like this:
let items: Array<{ name: string, value: string } | null> | null
What does null> mean in this cod
null>