mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: refactoring middlewares to typescript.
This commit is contained in:
@@ -46,8 +46,15 @@ import {
|
||||
IOptionDTO,
|
||||
IOptionsDTO,
|
||||
} from './Options';
|
||||
import {
|
||||
IAccount,
|
||||
IAccountDTO,
|
||||
} from './Account';
|
||||
|
||||
export {
|
||||
IAccount,
|
||||
IAccountDTO,
|
||||
|
||||
IBillPaymentEntry,
|
||||
IBillPayment,
|
||||
IBillPaymentOTD,
|
||||
|
||||
Reference in New Issue
Block a user