1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

basic url importer working

This commit is contained in:
vabene1111
2024-12-08 21:54:14 +01:00
parent da567a9d6c
commit e3f20459dd
206 changed files with 1217 additions and 18329 deletions

View File

@@ -120,6 +120,8 @@ export * from './Recipe';
export * from './RecipeBook';
export * from './RecipeBookEntry';
export * from './RecipeFlat';
export * from './RecipeFromSource';
export * from './RecipeFromSourceResponse';
export * from './RecipeImage';
export * from './RecipeOverview';
export * from './RecipeShoppingUpdate';
@@ -129,6 +131,14 @@ export * from './ShareLink';
export * from './ShoppingListEntry';
export * from './ShoppingListEntryBulk';
export * from './ShoppingListRecipe';
export * from './SourceImportFood';
export * from './SourceImportIngredient';
export * from './SourceImportKeyword';
export * from './SourceImportProperty';
export * from './SourceImportPropertyType';
export * from './SourceImportRecipe';
export * from './SourceImportStep';
export * from './SourceImportUnit';
export * from './Space';
export * from './SpaceNavTextColorEnum';
export * from './SpaceThemeEnum';