Type alias JsonScalar

JsonScalar: null | boolean | number | string

Represents a JSON-encodable scalar value.

Generated using TypeDoc