Type alias JsonSafe

JsonSafe: string | number | boolean | null | undefined | Date

Union of all types that can be safely encoded in JSON format.

Generated using TypeDoc