/**
 * Simple types that can be expressed in JSON format
 */
export type JsonPrimitiveValueTypes = number | string | boolean;
