cic-staff-client/src/app/_models/index.ts

4 lines
83 B
TypeScript
Raw Normal View History

export * from './transaction';
2020-11-08 07:31:52 +01:00
export * from './settings';
2020-11-25 08:17:37 +01:00
export * from './user';