Skip to content

Commit

Permalink
TRNTYUI-1184
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilz committed Mar 14, 2024
1 parent 05135db commit d8e8290
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 @@ -1162,6 +1162,7 @@ export namespace DomainRobotModels {
relative?: RelativeConstants;
amount?: number;
actualAmount?: number;
actualCurrency?: string;
purchaseAmount?: number;
margin?: number;
priceConditions?: PriceServiceEntity[];
Expand Down Expand Up @@ -4049,6 +4050,7 @@ export namespace DomainRobotModels {
priceConditions?: PriceServiceEntity[];
includeCustomer?: boolean;
actualAmount?: number;
actualCurrency?: string;
purchaseAmount?: number;
margin?: number;
}
Expand Down

0 comments on commit d8e8290

Please sign in to comment.