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

Identifies types that are simple values. Most objects are not, but Date object really represents a simple value. Includes number, string, boolean, Date, null and undefined.

Generated using TypeDoc v0.25.12