We're using union types with a Boolean discriminator. When the discriminator is true, the 'value' field contains valid data. When false, there is no valid data.
We're using union types with a Boolean discriminator. When the discriminator is true, the 'value' field contains valid data. When false, there is no valid data.