import { organization as _organization } from "better-auth/plugins"; import { type OrganizationOptions } from "better-auth/plugins"; export type { OrganizationOptions } from "better-auth/plugins"; /** * Organization 플러그인 스키마 * * better-auth organization 플러그인 호출 시 전달합니다: * ```typescript * organization({ schema: ORGANIZATION_SCHEMA }) * ``` */ export declare const ORGANIZATION_SCHEMA: OrganizationOptions["schema"]; /** * organization 플러그인 래퍼 * * Sonamu의 스키마 매핑을 자동으로 병합합니다. */ export declare const organization: (options?: OrganizationOptions) => ReturnType; //# sourceMappingURL=organization.d.ts.map