mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
refactor: Authentication service.
This commit is contained in:
@@ -28,6 +28,13 @@ import {
|
||||
ISaleEstimate,
|
||||
ISaleEstimateOTD,
|
||||
} from './SaleEstimate';
|
||||
import {
|
||||
IRegisterDTO,
|
||||
} from './Register';
|
||||
import {
|
||||
ISystemUser,
|
||||
ISystemUserDTO,
|
||||
} from './User';
|
||||
|
||||
export {
|
||||
IBillPaymentEntry,
|
||||
@@ -58,4 +65,8 @@ export {
|
||||
|
||||
IPaymentReceive,
|
||||
IPaymentReceiveOTD,
|
||||
|
||||
IRegisterDTO,
|
||||
ISystemUser,
|
||||
ISystemUserDTO,
|
||||
};
|
||||
Reference in New Issue
Block a user