From 4a1471cc5442506c3070ac27ae60256348ad3dcf Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Mon, 16 Jun 2025 13:37:10 -0700 Subject: [PATCH] Exporting json Summary: Test Plan: --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 61daab2..2a621bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,7 @@ export { boolean, timestamp, // date, // Not exported from schema.ts - // json, // Not exported from schema.ts (jsonb is) + json, jsonb, uuid, // array, // Not exported from schema.ts