From bca0beaf2b88d2899eb217760be63d9f507c8474 Mon Sep 17 00:00:00 2001 From: Kent Wu Date: Fri, 27 Feb 2026 17:57:11 -0500 Subject: [PATCH] fix: Fix missing Schema and Field classes from API Docs --- typedoc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typedoc.json b/typedoc.json index 2780bd3d..74ee29cc 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,7 +9,6 @@ "includeVersion": true, "exclude": [ "src/fb/*.ts", - "src/bin/*.ts", - "src/ipc/metadata/message.ts" + "src/bin/*.ts" ] }