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