Skip to content

Commit

Permalink
Add languageId to TranslationCostSchema interface
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm authored Jun 30, 2023
1 parent bc0d6e1 commit fffad06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export namespace ReportsModel {
unit?: Unit;
currency?: Currency;
mode?: string;
languageId?: string;
format?: Format;
groupBy?: GroupBy;
regularRates?: RegularRate[];
Expand Down

0 comments on commit fffad06

Please sign in to comment.