Recipes to validate and import
Database function to save recipes
Whether the database context has loaded data
User's default serving count to apply to all imported recipes
Function to find similar tags by name (from RecipeDatabase)
Function to find similar ingredients by name (from RecipeDatabase)
OptionalonImportComplete: (importedSourceUrls: string[]) => void | Promise<void>Optional async callback called after successful import with source URLs
Workflow state and handlers
Custom hook for managing bulk import validation workflow
Handles the complete validation lifecycle including: