Decoding a nullable string to a non-nullable string with a default value
I want to decode property
description: string | null to become description: string when decoded (with a default value "No description available". Is this possible somehow (without needing to bust out a whole transform schema?? Here's what I tried;