mirror of https://github.com/ghostfolio/ghostfolio
8 changed files with 11 additions and 11 deletions
@ -1,4 +1,5 @@ |
|||
import { CreateAccountBalanceDto } from './create-account-balance.dto'; |
|||
import { UpdateAssetProfileDto } from './update-asset-profile.dto'; |
|||
import { UpdateUserSettingDto } from './update-user-setting.dto'; |
|||
|
|||
export { CreateAccountBalanceDto, UpdateAssetProfileDto }; |
|||
export { CreateAccountBalanceDto, UpdateAssetProfileDto, UpdateUserSettingDto }; |
|||
|
|||
Loading…
Reference in new issue