Type Alias RecipeFabricator

RecipeFabricator: {
    cast?: string;
    glass: number;
    input: Shaped;
    output: Ingredient;
}

Type declaration