Type Alias SearchWithAIAPIRespinse

SearchWithAIAPIRespinse: ResponseFormat<
    { description: string; ingredients: string[]; title: string },
>