Type Alias RecipePressInscriber

RecipePressInscriber: {
    input: { bottom?: string; center: string; top: string };
    output: Ingredient;
}

Type declaration

  • input: { bottom?: string; center: string; top: string }
  • output: Ingredient