A Union Type that represents data that may (Some) or may not (None) exist.
Some
None
Some, None
Generated using TypeDoc
A Union Type that represents data that may (
Some
) or may not (None
) exist.