Alpha
A value that can be safely serialized to JSON via JSON.stringify().
This type excludes non-serializable values like:
undefined
null
Date
Function
Symbol
A value that can be safely serialized to JSON via JSON.stringify().
This type excludes non-serializable values like:
undefined(usenullinstead)Date(convert to ISO string first)FunctionSymbol