Files
people_manager/src/models/index.ts
T
2026-02-24 17:38:48 -05:00

8 lines
319 B
TypeScript

export { ProviderObject } from './provider';
export { ServiceObject } from './service';
export { CollectionObject } from './collection';
export { EntityObject } from './entity';
export { GroupObject } from './group';
export { IndividualObject } from './individual';
export { OrganizationObject } from './organization';