Skip to content

Commit

Permalink
Merge pull request #116 from huiz1990/TRNTYUI-1112-V2
Browse files Browse the repository at this point in the history
TRNTYUI-1112-V2
  • Loading branch information
ChripIX authored May 15, 2024
2 parents 6fc3ea7 + afccae6 commit 9b76da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3921,7 +3921,7 @@ export namespace DomainRobotModels {
updater?: BasicUser;
amount?: number;
type?: PriceTypeConstants;
currency?: Currency;
currency?: string;
priority?: PriorityConstants;
customer?: GenericCustomer;
period?: TimePeriod;
Expand Down Expand Up @@ -3952,7 +3952,7 @@ export namespace DomainRobotModels {
updater?: BasicUser;
amount?: number;
type?: PriceTypeConstants;
currency?: Currency;
currency?: string;
priority?: PriorityConstants;
customer?: GenericCustomer;
period?: TimePeriod;
Expand Down

0 comments on commit 9b76da9

Please sign in to comment.