Skip to content

Commit

Permalink
fix(types): add type for specifying fare product ids
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Jul 3, 2023
1 parent 63f20a6 commit f649d82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,11 @@ export type FareProduct = {
};
};

export type FareProductSelector = {
riderCategoryId: string;
mediumId: string;
};

/**
* Options for units of mass (used in CO₂ calculation config)
*/
Expand Down

0 comments on commit f649d82

Please sign in to comment.