chore(organization): export getAdapter for plugin extensibility (#6726)

This commit is contained in:
Josh Sullivan
2025-12-13 06:30:23 -05:00
committed by github-actions[bot]
parent 50248360d2
commit 3d849d8dbb

View File

@@ -1,4 +1,5 @@
export type * from "./access";
export { getOrgAdapter } from "./adapter";
export * from "./organization";
export type * from "./schema";
export type * from "./types";