fix
This commit is contained in:
@@ -23,3 +23,13 @@ export interface DashboardRestModel {
|
||||
currencyQuantity: number;
|
||||
balanceAtRate: number;
|
||||
}
|
||||
|
||||
export interface DashboardInOutModel {
|
||||
data: DashboardInOutItemModel[];
|
||||
}
|
||||
|
||||
export interface DashboardInOutItemModel {
|
||||
id: string;
|
||||
name: string;
|
||||
value: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user