Files
recipes/vue3/models/index.ts
2024-04-18 10:56:15 -05:00

111 lines
3.7 KiB
TypeScript

/* tslint:disable */
/* eslint-disable */
export * from './AccessToken';
export * from './AuthToken';
export * from './Automation';
export * from './BookmarkletImport';
export * from './BookmarkletImportList';
export * from './ConnectorConfigConfig';
export * from './CookLog';
export * from './CustomFilter';
export * from './DefaultPageEnum';
export * from './DeleteEnum';
export * from './ExportLog';
export * from './Food';
export * from './FoodInheritField';
export * from './FoodShoppingUpdate';
export * from './FoodSimple';
export * from './Group';
export * from './ImportLog';
export * from './Ingredient';
export * from './InviteLink';
export * from './Keyword';
export * from './KeywordLabel';
export * from './MealPlan';
export * from './MealType';
export * from './MethodEnum';
export * from './NutritionInformation';
export * from './PaginatedAutomationList';
export * from './PaginatedCookLogList';
export * from './PaginatedCustomFilterList';
export * from './PaginatedExportLogList';
export * from './PaginatedFoodList';
export * from './PaginatedImportLogList';
export * from './PaginatedIngredientList';
export * from './PaginatedKeywordList';
export * from './PaginatedRecipeOverviewList';
export * from './PaginatedStepList';
export * from './PaginatedSupermarketCategoryRelationList';
export * from './PaginatedSyncLogList';
export * from './PaginatedUnitList';
export * from './PaginatedUserSpaceList';
export * from './PaginatedViewLogList';
export * from './PatchedAccessToken';
export * from './PatchedAutomation';
export * from './PatchedBookmarkletImport';
export * from './PatchedConnectorConfigConfig';
export * from './PatchedCookLog';
export * from './PatchedCustomFilter';
export * from './PatchedExportLog';
export * from './PatchedFood';
export * from './PatchedImportLog';
export * from './PatchedIngredient';
export * from './PatchedInviteLink';
export * from './PatchedKeyword';
export * from './PatchedMealPlan';
export * from './PatchedMealType';
export * from './PatchedProperty';
export * from './PatchedPropertyType';
export * from './PatchedRecipe';
export * from './PatchedRecipeBook';
export * from './PatchedRecipeBookEntry';
export * from './PatchedShoppingListEntry';
export * from './PatchedShoppingListRecipe';
export * from './PatchedSpace';
export * from './PatchedStep';
export * from './PatchedStorage';
export * from './PatchedSupermarket';
export * from './PatchedSupermarketCategory';
export * from './PatchedSupermarketCategoryRelation';
export * from './PatchedSync';
export * from './PatchedUnit';
export * from './PatchedUnitConversion';
export * from './PatchedUser';
export * from './PatchedUserPreference';
export * from './PatchedUserSpace';
export * from './PatchedViewLog';
export * from './Property';
export * from './PropertyType';
export * from './Recipe';
export * from './RecipeBook';
export * from './RecipeBookEntry';
export * from './RecipeFlat';
export * from './RecipeImage';
export * from './RecipeOverview';
export * from './RecipeShoppingUpdate';
export * from './RecipeSimple';
export * from './ShoppingListEntry';
export * from './ShoppingListEntryBulk';
export * from './ShoppingListRecipe';
export * from './Space';
export * from './SpaceNavTextColorEnum';
export * from './SpaceThemeEnum';
export * from './Step';
export * from './Storage';
export * from './Supermarket';
export * from './SupermarketCategory';
export * from './SupermarketCategoryRelation';
export * from './Sync';
export * from './SyncLog';
export * from './ThemeEnum';
export * from './TypeEnum';
export * from './Unit';
export * from './UnitConversion';
export * from './User';
export * from './UserFile';
export * from './UserFileView';
export * from './UserPreference';
export * from './UserPreferenceNavTextColorEnum';
export * from './UserSpace';
export * from './ViewLog';