Initial commit

This commit is contained in:
root
2025-12-21 09:53:16 -05:00
committed by Sebastian Krupinski
commit a7ccac98a2
43 changed files with 6391 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* Central export point for all People Manager models
*/
export { CollectionObject } from './collection';
export { EntityObject } from './entity';
export { GroupObject } from './group';
export { IndividualObject } from './individual';
export { OrganizationObject } from './organization';
export { ProviderObject } from './provider';
export { ServiceObject } from './service';