Type alias Ingredient

Ingredient: {
    id: string;
    meta?: string | number;
    mod?: string;
}

Type declaration

  • id: string
  • Optional meta?: string | number
  • Optional mod?: string

Generated using TypeDoc