Type Alias RecipeArcane

RecipeArcane: {
    aspects?: Partial<AspectShaped>;
    input: Shaped | Shapeless;
    output: Ingredient;
    research?: string;
}

Type declaration