Type guard to check if navigation props include an existing recipe
Used to safely access recipe data when in readOnly or edit mode.
The navigation parameters
True if props contain a recipe (readOnly or edit mode)
Type guard to check if navigation props include an existing recipe
Used to safely access recipe data when in readOnly or edit mode.