builders

JSONEncodable

export interface JSONEncodable<T> 

Summary

No summary provided.

Type Parameters

Properties

toJSON

:

() => T

Transforms this object to its JSON format

builders