Files
tsclass/ts/business/index.ts
2019-08-21 15:46:48 +02:00

4 lines
81 B
TypeScript

export * from './address';
export * from './company';
export * from './contact';