mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(Currencies): Currency code in services.
This commit is contained in:
@@ -36,8 +36,8 @@ export interface ISalesByItemsTotal {
|
||||
currencyCode: string,
|
||||
};
|
||||
|
||||
export interface ISalesByItemsSheetStatement {
|
||||
export type ISalesByItemsSheetStatement = {
|
||||
items: ISalesByItemsItem[],
|
||||
total: ISalesByItemsTotal
|
||||
};
|
||||
} | {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user