Type Alias RecipeInscriber

RecipeInscriber: {
    bottom?: string;
    center: string;
    top: string;
    type: "inscribe" | "press";
}

Type declaration

  • Optionalbottom?: string
  • center: string
  • top: string
  • type: "inscribe" | "press"