CoreValue
The complete set of values supported by GoatDB, including undefined These types form the foundation for diffing and patching operations
Definition
Type: CoreValue = undefined | ConcreteCoreValue | CoreSet | CoreDictionary | Generator<CoreValue>