Socialify

Folder ..

Viewing index.ts
9 lines (7 loc) • 182.0 B

1
2
3
4
5
6
7
8
9
import account_type from './account_type';
import transaction_type from './transaction_type';

const finance: any = {
  account_type,
  transaction_type,
};

export default finance;