Skip to content

Replaced optional ? types with null union | null

Ian H White requested to merge 56-replace-optional-with-union into main

Changed the property types of models that use the optional (?) type to use the null union type (| null) as that was the original intent but was implemented incorrectly. Adding null broadens the type of these properties and therefore is a non-breaking MINOR change.

Closes #56 (closed)

Merge request reports

Loading