fix
This commit is contained in:
@@ -6,6 +6,8 @@ export interface AccountModel {
|
||||
name?: string,
|
||||
currencyId?: string,
|
||||
currencyName?: string,
|
||||
type?: string,
|
||||
allowDelete: boolean,
|
||||
categories?: AccountCategoryModel[],
|
||||
accessRights?: AccountAccessRightModel[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user