added prototype to the list of exports from "bknd/data"

This commit is contained in:
dswbx
2024-12-03 17:15:53 +01:00
parent 5374afc9c8
commit 0184f47a41

View File

@@ -4,6 +4,7 @@ export * from "./fields";
export * from "./entities";
export * from "./relations";
export * from "./schema/SchemaManager";
export * from "./prototype";
export {
type RepoQuery,