JSONEncodable
export interface JSONEncodable<T>
export interface JSONEncodable<T>
No summary provided.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
T | No | None |
toJSON
:
() => T
Transforms this object to its JSON format
export interface JSONEncodable<T>
export interface JSONEncodable<T>
No summary provided.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
T | No | None |