From 0184f47a41c328e250bf9687b0e34dcfdb919c2d Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 3 Dec 2024 17:15:53 +0100 Subject: [PATCH] added prototype to the list of exports from "bknd/data" --- app/src/data/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/data/index.ts b/app/src/data/index.ts index 674d490..f4a67bc 100644 --- a/app/src/data/index.ts +++ b/app/src/data/index.ts @@ -4,6 +4,7 @@ export * from "./fields"; export * from "./entities"; export * from "./relations"; export * from "./schema/SchemaManager"; +export * from "./prototype"; export { type RepoQuery,