interface ToJSON<V,D>
Utility type to convert some object to a JSON serializable format.
Type parameters
| Name | Constraints | Default | Description |
|---|
| V | | | the value type |
| D | string | string | the dataType tag string type |
Properties
dataType
undocumented
Definition
readonly dataType: D;
value
undocumented
Definition
readonly value: V;