9 lines
305 B
TypeScript
Executable File
9 lines
305 B
TypeScript
Executable File
export * from './CompanyDescription';
|
|
export * from './CustomerSourceDescription';
|
|
export * from './LeadDescription';
|
|
export * from './OpportunityDescription';
|
|
export * from './PersonDescription';
|
|
export * from './ProjectDescription';
|
|
export * from './TaskDescription';
|
|
export * from './UserDescription';
|