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 111ab7d commit 55e4ac0
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 @@ -748,6 +748,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 55e4ac0

Please sign in to comment.