Skip to content

Commit a102817

Browse files
committed
fix: export new quantity types
1 parent c1c07bb commit a102817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ import type {
7575
MaybeNestedOrGroup,
7676
IngredientQuantities,
7777
IngredientQuantityGroup,
78+
IngredientQuantityAndGroup,
7879
AlternativeIngredientRef,
7980
RecipeChoices,
8081
RecipeAlternatives,
@@ -139,6 +140,7 @@ export {
139140
MaybeNestedOrGroup,
140141
IngredientQuantities,
141142
IngredientQuantityGroup,
143+
IngredientQuantityAndGroup,
142144
AlternativeIngredientRef,
143145
RecipeChoices,
144146
RecipeAlternatives,

0 commit comments

Comments
 (0)