Recipe
import type { Recipe } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/personalize.ts";interface Recipe {
algorithmArn?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
featureTransformationArn?: string | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
recipeArn?: string | null;
recipeType?: string | null;
status?: string | null;
}