Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
js-goupil committed Jan 23, 2025
1 parent 49186ea commit 9cc20b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export interface TaxLine {
uuid: string;

price: string;
rate: number;
rateRange?: {min: number; max: number};
Expand Down

0 comments on commit 9cc20b6

Please sign in to comment.