UNPKG

autumn-js

Version:
7 lines (4 loc) 295 B
import { BetterAuthSession, BetterAuthOrganization } from '../types.js'; /** Get active organization from Better Auth context */ declare const getActiveOrganization: (ctx: unknown, session: BetterAuthSession | null) => Promise<BetterAuthOrganization | null>; export { getActiveOrganization };