/**
 * Utilities for working with values stored in Convex.
 *
 * You can see the full set of supported types at
 * [Types](https://docs.convex.dev/using/types).
 * @module
 */

export { GenericId, convexToJson, jsonToConvex } from "@convex-dev/common";
export type {
  GenericIdConstructor,
  JSONValue,
  Value,
  NumericValue,
} from "@convex-dev/common";
