mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
chore(organization): re-export schema types in client
This commit is contained in:
@@ -319,3 +319,5 @@ export const inferOrgAdditionalFields = <
|
||||
: undefined;
|
||||
return {} as undefined extends S ? Schema : S;
|
||||
};
|
||||
|
||||
export type * from "./schema";
|
||||
|
||||
Reference in New Issue
Block a user