Skip to content

Commit

Permalink
Merge pull request #98 from huiz1990/TRNTYUI-1184
Browse files Browse the repository at this point in the history
TRNTYUI-1184
  • Loading branch information
ChripIX authored Mar 15, 2024
2 parents 5b05aaa + 1015a2d commit cc27f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ export namespace DomainRobotModels {
relative?: RelativeConstants;
amount?: number;
actualAmount?: number;
actualCurrency?: string;
purchaseAmount?: number;
margin?: number;
priceConditions?: PriceServiceEntity[];
Expand Down Expand Up @@ -4055,6 +4056,7 @@ export namespace DomainRobotModels {
priceConditions?: PriceServiceEntity[];
includeCustomer?: boolean;
actualAmount?: number;
actualCurrency?: string;
purchaseAmount?: number;
margin?: number;
}
Expand Down

0 comments on commit cc27f61

Please sign in to comment.