Skip to content

Replaced optional ? types with null union | null

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