Skip to content

Commit

Permalink
Add GPS points to the types
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Feb 5, 2024
1 parent 44bfa61 commit df02d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/API/parameters/RequestMoneyParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type RequestMoneyParams = {
taxCode: string;
taxAmount: number;
billable?: boolean;
gpsPoints?: string;
};

export default RequestMoneyParams;

0 comments on commit df02d87

Please sign in to comment.