Discriminated union type for Recipe screen navigation parameters.
Uses the mode field as discriminator to determine which additional properties are available. TypeScript can narrow the type based on the mode value.
mode
Discriminated union type for Recipe screen navigation parameters.
Uses the
modefield as discriminator to determine which additional properties are available. TypeScript can narrow the type based on the mode value.