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

This commit is contained in:
Joél Solano
2025-12-06 18:13:59 +01:00
committed by github-actions[bot]
parent 8e6c658c66
commit 2fceccfb89

View File

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