chore(organization): re-export schema types in client

This commit is contained in:
jslno
2025-12-06 15:51:39 +01:00
parent c79b6e3aae
commit 75e0bd8e8a

View File

@@ -319,3 +319,5 @@ export const inferOrgAdditionalFields = <
: undefined;
return {} as undefined extends S ? Schema : S;
};
export type * from "./schema";