type JSONPrimitive

export type JSONPrimitive = string | number | boolean | null;